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
{{ message }}
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.
and also not showing notification.
On iOS notification shows and also callback if fired.
In Android native application method onMessageReceived(RemoteMessage remoteMessage) is called when app is in foreground and we can access to incoming notification by calling remoteMessage.getNotification()
Cordova lib should also run callback as in native application when in foreground.
The text was updated successfully, but these errors were encountered:
On Android when application is in foreground, incoming push notification is not calling callback function which is set by:
and also not showing notification.
On iOS notification shows and also callback if fired.
In Android native application method
onMessageReceived(RemoteMessage remoteMessage)
is called when app is in foreground and we can access to incoming notification by callingremoteMessage.getNotification()
Cordova lib should also run callback as in native application when in foreground.
The text was updated successfully, but these errors were encountered: