This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
iOS only receives first notification in foreground #42
Comments
Figured it out. The reason this happens is because the new I'll make a pull request for this and #41 soon but for those who need it here's what i did.
OLD:
NEW:
|
ashconnell
pushed a commit
to ashconnell/phonegap-plugin-push
that referenced
this issue
Jul 15, 2015
Merged
This thread has been automatically locked. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sending a push notification only calls on('notification') once, while the app is in the foreground.
To reproduce:
on('notification')
callbackPush Plugin key: alert
etcon('notification')
callback is fired and outputs to logPush Plugin key: alert
etcThe text was updated successfully, but these errors were encountered: