GCM registrationId is not received on phonegap push plugin
问题 Couple days ago I had an issue with getting APNS token instead of GCM token while using phonegap push plugin. Well, I changed setup, I've put senderID in [ios] block, recompiled the app. Now I dont get ANY regustrationId at all on Iphone. It still works fine on Android. Can anyone tell me what can be a problem? Here is setup of plugin: var push = PushNotification.init({ android: { senderID: "8225....8910" }, ios: { senderID: "8225....8910", alert: "true", badge: "true", sound: "false" },