-
Notifications
You must be signed in to change notification settings - Fork 55
showInbox not working on android #93
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
Comments
Hey @tlworkssoftware , showInbox functionality works for flutter version 2.10.0 and above. Can you try updating the app to flutter V2.10.1 and check? Also can you post logs when you are clicking showInbox in your app. Thanks! |
Nothing happens, no log, just the one below but I'm not sure if it's yours. |
Hi @tlworkssoftware, Do you have the CleverTap logs enabled? In your Application class can you add |
|
@william-ct Through the log I managed to understand the reason and solved the problem, it was necessary to declare: |
After updating to the latest version of flutter 2.10.0, I can no longer open the inbox on Android.
CleverTapPlugin.showInbox(styleConfig);
Someone with the same problem?
The text was updated successfully, but these errors were encountered: