I tested sending push notifications using cordova-1.8.1.js and the push plugin along with pushwoosh.com and it works as it should. I followed this guide: http://www.pushwoosh.com/programming-push-notification/push-notification-sdk-integration-for-phonegap/
A push notification is sent to my iPhone and plays a sound and shows a notification when the phone and application are closed, fine! But if I open the phone when the notification is visible, the application will open as it should ... but the warning that is displayed says: alert "push-notification", "{\ aps \": \ sound \ ": \" default \ ", \" alert \ ": \" and then the message .... \ "}}"
- So, what's wrong, should he write a message only in an alert, and not in the rest?
Also, if I delete the application using the "home" button and run it again, I get another warning "registerDevice", "type": "7" ..... and so on. 2. How can I leave this?
Any input caused, thanks!
source
share