You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Iterable to receive push notifications. Everything looks great so far on iOS but we are having some issues on Android.
On iOS, when we call getLastPushPayload we get the data for the last Push Notification so we can access the raw json information to decide what screen to show.
When we call getLastPushPayload on Android, we get null. I'm debugging the code and IterablePushNotificationUtil is not getting called.
Does anybody know whats going on?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi Team,
We are using Iterable to receive push notifications. Everything looks great so far on iOS but we are having some issues on Android.
On iOS, when we call
getLastPushPayload
we get the data for the last Push Notification so we can access the raw json information to decide what screen to show.When we call
getLastPushPayload
on Android, we getnull
. I'm debugging the code andIterablePushNotificationUtil
is not getting called.Does anybody know whats going on?
Thanks!
The text was updated successfully, but these errors were encountered: