Deepak Goyal
Deepak Goyal
I tested with the following Progaurd rules and its working fine. ``` -keepattributes SourceFile,LineNumberTable # Keep file names and line numbers. -renamesourcefileattribute SourceFile -keep public class * extends java.lang.Exception #...
@KestasVenslauskas Can you please share the MVP of the issue? So that I can check if something is wrong in Gradle configuration, etc.
Can anyone please tell me up to which `intercom_flutter` version this is working fine? Note: in `intercom_flutter: 9.3.2`, `firebase_messaging` dependency version was updated from `23.3.1` to `24.1.1`. See https://github.com/v3rm0n/intercom_flutter/pull/534
Did you try the flutter clean?. Because maybe it is still using the updated version.
> @deepak786 Looks like intercom_flutter: 9.4.4 works after flutter clean Based on this, I suggest everyone to try the flutter clean.
@pelkamarcin Which `intercom_flutter` version you are using?
You cannot login again the user if the user is already logged in. To update the email after `loginUnidentifiedUser`, maybe you need to use `updateUser` API.
Then you need to check with the Intercom support team about how to convert an unidentified user to an identified user maintaining the chats.
It means your`loginIdentifiedUser(email: email)` call is ignored as there is already a logged-in user (unidentified). So please check with the Intercom support team for solutions or alternatives.