Deepak Goyal
Deepak Goyal
A way has been added in the latest version `intercom_flutter: 7.6.8` Follow the documentation here https://pub.dev/packages/intercom_flutter#android starting with the section `According to the documentation, Intercom must be initialized in the...
Same issue with the latest Intercom SDK v14.
@igoracmelo It seems that your issue is similar to https://github.com/v3rm0n/intercom_flutter/issues/223 But there was no solution at that time and also according to Intercom, the error was not from their SDK....
The issue is fixed in Intercom Android SDK v14.0.5 which is used in `intercom_flutter: 7.6.5`. I have tested the following: ``` TextButton( onPressed: () async { await Intercom.instance.loginUnidentifiedUser( statusCallback: IntercomStatusCallback(...
@LugonjaAleksandar Please share the reproducible sample. Also which intercom_flutter version are you using?
I have the same issue with network images but using the CachedNetworkImage See https://github.com/flutter/flutter/issues/102494
@ChrisElliotUK do you have any update from Intercom support?
could you please share the GitHub repo link?
@nikorehnback did you try with different launch modes as explained here https://github.com/v3rm0n/intercom_flutter/issues/414#issuecomment-1984101691
Does your MainActivity extends `FlutterActivity` or `FlutterFragmentActivity`?