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
Hi @Salalf01, I have added it into AppDelegate and it's worked 🎉 .
//Still call the javascript onNotification handler so it can display the new message right away
NSDictionary *userInfo = notification.request.content.userInfo;
[RNCPushNotificationIOS didReceiveRemoteNotification:userInfo];
But I realized that method onNotification is called many times when receiving a remote notification.
Below is some logs for this issue.
issue : getting same notification multiple time(4 time).
Anyone can help me regarding the same ?
The text was updated successfully, but these errors were encountered:
renish-digipay
changed the title
Hi @Salalf01, I have added it into AppDelegate and it's worked 🎉 .
Hi @Salalf01, I have added it into AppDelegate and it's worked 🎉 . but onNotification is called many times when receiving a remote notification.
Oct 14, 2024
But I realized that method onNotification is called many times when receiving a remote notification.
Below is some logs for this issue.
Could you please point me to how I can fix this issue? Thank you.
Originally posted by @khoidiep-rayyone in #2185 (comment)
I'm facing the same issue, after adding this lines
NSDictionary *userInfo = notification.request.content.userInfo;
[RNCPushNotificationIOS didReceiveRemoteNotification:userInfo];
issue : getting same notification multiple time(4 time).
Anyone can help me regarding the same ?
The text was updated successfully, but these errors were encountered: