Sébastien Vitard
Sébastien Vitard
Hello @harry-sm and thank you for your feedback. I've just seen this API is available in the [Web Chatbox SDK](https://docs.crisp.chat/guides/chatbox-sdks/web-sdk/dollar-crisp/#get-session-identifier). Currently it is not available on both native Android and...
Hi @harry-sm, `String Crisp.getSessionIdentifier(Context)` public API has just been added to the new `1.0.15` release. Its usage is equivalent to the [Web Chatbox SDK](https://docs.crisp.chat/guides/chatbox-sdks/web-sdk/dollar-crisp/#get-session-identifier) one.
Hi @baronha, Currently, Android SDK does not support event callbacks as the [Web SDK](https://docs.crisp.chat/guides/chatbox-sdks/web-sdk/dollar-crisp/#register-a-callback-on-event) does. However, it's clearly an area of improvements as it seems [iOS SDK](https://crisp-im.github.io/crisp-sdk-ios/documentation/crisp/crispsdk/addcallback(_:)) should support it...
Hi @Damien-L and thank you for your feedback. This crash occurs if no session is found while a user tries to send a message. This seems very unlikely as UI...
When calling `Crisp.configure` for the 1st time in app lifecycle, we initiate our cache and read some data from it. Currently, it runs on MainThread but it will be updated...
1.0.16 fixing this crash has just been released. It can take a few hours before it will be available. I close the issue.
Hi @pdprober and thank you for your feedback. It seems that this crash happened during a GIF parsing so either the GIF file was not in well formatted or our...
This crash should be fixed in [`2.0.0beta1`](https://github.com/crisp-im/crisp-sdk-android/releases/tag/v2.0.0beta1) as we are now using the latest [`glide`](https://github.com/bumptech/glide) release for media loading. This build is for preview as it still lacks some minor...
Hi @kakarrot and thank your for your feedback. For your second issue about the crash when an image is too zoomed, I've just fixed it and it will be released...
Hi @pdprober and thank you for your feedback. I dived into this exception and unfortunately, I did not reproduced it :/ What I suspected was 2 fields which have been...