Deepak Goyal
Deepak Goyal
@chamartt There is no way to customize the preview UI. You can open a feature request to [Intercom support](https://intercom.com). You can try the API [setInAppMessagesVisibility](https://pub.dev/documentation/intercom_flutter/latest/intercom_flutter/Intercom/setInAppMessagesVisibility.html) With this API, you can...
Hey @Br1an-Boyle, FYI
The error in the logs is neither from the `loginIdentifiedUser` status callback nor from the `catch block`. Before logging in the user, you are doing the logout. Do you have...
Can you provide reproducible sample?
This might be related to the https://github.com/v3rm0n/intercom_flutter/pull/371 @cerealexx Have you reported this issue to Intercom Support?
In the release build, code is obfuscated but not in the debug mode. I'm not sure but you may need to add some Proguard rules?
@krupalieBizTrait FYI, `registerIdentifiedUser` method is removed from version [8.0.0](https://github.com/v3rm0n/intercom_flutter/blob/master/intercom_flutter/CHANGELOG.md#800) and it was deprecated in [7.1.0](https://github.com/v3rm0n/intercom_flutter/blob/master/intercom_flutter/CHANGELOG.md#710) Use `loginIdentifiedUser`
Can you test the [example app ](https://github.com/v3rm0n/intercom_flutter/tree/master/intercom_flutter/example) and see if it is also crashing? Also try the latest `intercom_flutter: 7.8.4`
I'm checking this issue with Intercom support team. Meanwhile @Nahrawene-ben-hmida @khalilyamoun Is there any update related to my last comment?
@Flutter-Devl Please share the code which is giving you this exception.