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
I am trying to implement push notifications in my ionic project.
It looks like my hooks defined for onMessage and onBackgroundMessage are not working and get never called, even when the phone definitely receives the push notification.
I configured Firebase and Xcode like described and I also receive the test Firebase push notification when my app is closed on my phone. But my registered callback functions are never called.
I receive the push notification also in the native app with the following code:
I am trying to implement push notifications in my ionic project.
It looks like my hooks defined for
onMessage
andonBackgroundMessage
are not working and get never called, even when the phone definitely receives the push notification.I configured Firebase and Xcode like described and I also receive the test Firebase push notification when my app is closed on my phone. But my registered callback functions are never called.
I receive the push notification also in the native app with the following code:
But it is never handed over to ionic. See my code example below:
The text was updated successfully, but these errors were encountered: