-
Notifications
You must be signed in to change notification settings - Fork 55
CleverTapInboxMessagesDidUpdateHandler not working in Android #85
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
Hi @tyfoo1603 , In your app/build.gradle file can you update |
@tyfoo1603 have you integrated firebase as well ? If that's the case you can try removing all firebase messaging listeners like FirebaseMessaging.onMessage.listen or onBackgroundMessage then it will work |
@tyfoo1603 Closing this due to inactivity. Please feel free to reopen the issue if it still persists. |
Uh oh!
There was an error while loading. Please reload this page.
After setCleverTapInboxMessagesDidUpdateHandler, CleverTapInboxMessagesDidUpdateHandler is not being called when the messages updated(Add, remove, mark as read etc). But it works fine in iOS.
*It happened on other event handler as well, like CleverTapInboxDidInitializeHandler and CleverTapPushClickedPayloadReceivedHandler.
Currently using
clevertap_plugin: 1.4.0
My app/build.gradle file
The text was updated successfully, but these errors were encountered: