Troubleshooting
-
Issue: Support chat doesn’t show. Solution: Ensure you have correctly called one of the identification methods:
DevRev.identifyUnverifiedUser(...)
,DevRev.identifyVerifiedUser(...)
, orDevRev.identifyAnonymousUser(...)
. -
Issue: Not receiving push notifications. Solution: Ensure that your app is configured to receive push notifications and that your device is registered with the DevRev SDK.
ProGuard (Android only)
When trying to build your app for Android with ProGuard enabled, refer to these common issues and their solutions.
You can always refer to the Android ProGuard documentation for more information.
-
Issue: Missing class
com.google.android.play.core.splitcompat.SplitCompatApplication
. Solution: Add the following line to yourproguard-rules.pro
file: -
Issue: Missing class issue due to transitive Flutter dependencies. Solution: Add the following lines to your
proguard-rules.pro
file: -
Issue: Missing class
org.s1f4j.impl.StaticLoggerBinder
. Solution: Add the following line to yourproguard-rules.pro
file: