how can i send a standard iOS push notification while my app is in the background?
So, i can I respond to the event listener and do something in the app, visible when it's open, and standard iOS notifications go to the phone when the app is closed and not running in the background.
But my question is when it's running in the background (and i assume I still have control), how can client side in my app code trigger a standard iOS notification?
-
Banners is on for my app. ...im triggering notifications from the remote API. I thought maybe since the event handler of my app is running in the background, it's intercepting it, and as a result the standard iOS notification doesn't occur, and then therefore I must call a localNotification() method to trigger it.
-
What platform are you using? Phonegap/cordova? Try to run samples on your device from here http://www.pushwoosh.com/programming-push-notification/ios/ios-additional-platforms/push-notification-sdk-integration-for-phonegap/.
Please sign in to leave a comment.
Comments
5 comments