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
Start the iOS application.
Press Home button (pause/background).
Fire Notification.
Receive Notification (shows in Notification list).
either:
Open up the application (resume).
Click on the notification
or
Directly click on the notification
No 'remoteNotificationReceived' event receive. Not a single function of AppDelegate.m(for receiving notification) is being invoked. I tried putting debugger on these events but sadly it doesn't come across these.
Expected Behavior
Start the iOS application.
Press Home button (pause).
Fire Notification.
Receive Notification (shows in Notification list).
either:
Open up the application (resume).
Click on the notification
or
Directly click on the notification
Receive notification event and fetch payload in it.
Actual Behavior
No notification event receive in background or foreground of iOS.
It seems like the notification receive event is not working. Neither localNotification is being invoked nor the remote notification event is being invoked. I even tried getInitialNotification() but this is also not triggered in iOS.
The text was updated successfully, but these errors were encountered:
Report
Environment
React-Native: 0.62.1
react-native-azurenotificationhub - 0.9.5-Patched.1
Issues and Steps to Reproduce
Start the iOS application.
Press Home button (pause/background).
Fire Notification.
Receive Notification (shows in Notification list).
either:
Open up the application (resume).
Click on the notification
or
Directly click on the notification
No 'remoteNotificationReceived' event receive. Not a single function of AppDelegate.m(for receiving notification) is being invoked. I tried putting debugger on these events but sadly it doesn't come across these.
Expected Behavior
Start the iOS application.
Press Home button (pause).
Fire Notification.
Receive Notification (shows in Notification list).
either:
Open up the application (resume).
Click on the notification
or
Directly click on the notification
Receive notification event and fetch payload in it.
Actual Behavior
No notification event receive in background or foreground of iOS.
It seems like the notification receive event is not working. Neither localNotification is being invoked nor the remote notification event is being invoked. I even tried getInitialNotification() but this is also not triggered in iOS.
The text was updated successfully, but these errors were encountered: