N
N
nuclear_kote2016-06-03 21:51:34
Push technologies
nuclear_kote, 2016-06-03 21:51:34

How to use phonegap-push-phugin with IOS and GCM?

I made this config:

var params = {
          "android": {"senderID": APP.senderId},
          "ios": {"alert": "true", "badge": "true", "sound": "true", "senderID": APP.senderId},
          "windows": {}
        };
     push = PushNotification.init(params);

On android everything works fine, but on iOS I get 401. What am I doing wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nuclear_kote, 2016-06-06
@nuclear_kote

I had to register the app here:
https://developers.google.com/mobile/add?platform=...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question