Open MWBKris opened 11 years ago
Could you rephrase the question? I don't understand what you mean by "APNS data in cold-start functionality" If you are referring to the contents of the push notification itself, that needs to be defined on your push server.
It's possible he is talking about something analogous to the GCM sender ID, which you do set in the pushNotification.register() call. Of course there is nothing like this for APNS - no APNS "settings" that need to go into your phonegap app.
Instead, on your server that is sending the push notifications, you do need to specify an APNS P12 certificate and a password for it. But that is not part of PushPlugin.
If pushNotification.register() is failing it would be due to some other problem.
@abe-pleasant Thanks. I'll give him a while to respond and then close the issue if he does not do so.
Where do I have to define the APNS data in cold-start functionality?
The register function can't be executed because I'm probably missing some settings:
$("#app-status-ul").append('
Where do I need to define the APNS settings? config.xml?
Thanks in advance