-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash in Android when calling displayMessenger due to code shrinking #383
Comments
This might be related to the #371 @cerealexx Have you reported this issue to Intercom Support? |
@deepak786 kinda related... It compiles with JVM 17 and AGP 8 without problems so in that way is different to #371 . It even shows a loading UI from Intercom when displaying the messenger but then crashes. |
Hey @deepak786, I'm still waiting for an official answer from Intercom (not the quickest support...) |
In the release build, code is obfuscated but not in the debug mode. |
Hey @deepak786. The Intercom team has opened an issue regarding this but for the time being they pointed me into this stackoverflow thread: Not sure if I can do anything on my end since it's talking about libraries though. |
Yep. I'm still facing this even tho updating
|
This is happening to me on 9.0.1. |
Try this. It works for me. ./app/build.gradle
./build.gradle
|
This issue happens only when running the app on release mode on Flutter 3.22.3. Any fix for this ? |
This is happening to me on Flutter 3.22.3 and intercom 9.0.8. Any solution for this, this is blocking us from releasing a critical app update |
Hey all, I ran into this as well after upgrading gradle to version 8.x. Adding this rule to proguard rules fixed it for us:
Based on this comment from StackOverflow (the hero): https://stackoverflow.com/a/78176329 |
The issue here is related to flutter/flutter#146266 The following solutions may work.
|
Strange enough, it works without
--release
mode.I'm using JVM17 and AGP8 btw.
The text was updated successfully, but these errors were encountered: