Sébastien Vitard

Results 95 comments of Sébastien Vitard
trafficstars

We've released a new [`2.0.8`](https://github.com/crisp-im/crisp-sdk-android/releases/tag/v2.0.8) version with more notifications functionalities and mainly the possibility to add your own `BackStack` and choose to open automatically or not the Crisp chatbox on...

Hi @nfonjeannoel thank you for your feedback and sorry for my late reply... What version of the SDK are you using? Since [`v1.0.14`](https://github.com/crisp-im/crisp-sdk-android/releases/tag/v1.0.14), the SDK should just silently fail, close...

Hi @reygie25 and thank you for your feedback. On my side, I use the HTML integration for test purposes, not the npm package, but it should behave the same way...

if you call `Crisp.resetChatSession(context)` before calling `Crisp.setTokenID(context, tokenID)`, it should work indeed. When you call `Crisp.setTokenID(context, tokenID)`, are you sure the chatbox is not opened? It is ignored in this...

Hi @reygie25, sorry for getting back to you late, About the `Activity` or `Application` `Context`, one of our customer said: > there was a function overriding the `Context` of the...

Mmh, this is not our SDK at all ^^" > `implementation('com.amazon:fortpayment:+:release@aar') { transitive = true }` You have to import it like this: `implementation('im.crisp:crisp-sdk:2.0.8')` Keep also in mind that you...

Hi @dutrasr and thank you for your feedback. I got this crash too on the Crisp app on some Android 7 to 9 devices but for the moment, I did...

In the end, with a new eye on this crash, I found out that `LayerDrawable.setDrawableByLayerId(int id, Drawable drawable)` crashes on older Android versions if we set the `Drawable` to `null`,...