-
Notifications
You must be signed in to change notification settings - Fork 55
Android InboxMessage response different with iOS #77
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, We're using
We'll be picking this up in our future release where the inbox response payload will be uniform across iOS and Android. |
Is this issue fixed? |
@shivamsharma2710 Can help to verify the current response from CleverTapPlugin.getAllInboxMessages()? When we tested with android devices recently, they are now returning Map<String, dynamic> instead of Map<String, String> object. Yet there is no update on this issue regarding the changes made. ![]() |
@aldychris Please use CleverTap Flutter SDK version 1.7.0 or onwards. We have streamlined the payload for various callbacks across Android and iOS platforms. Please, refer to the ChangeLog for the v1.7.0 release. |
When I called CleverTapPlugin.getAllInboxMessages() in iOS, the response returned List of Map<String, dynamic>.
But when called this api in Android, it returned Map<String, String>.
Anyway to force Android return Map<String, dynamic> instead of Map<String, String> type? To make them consistent and ease for json conversion.
The text was updated successfully, but these errors were encountered: