1

I am new in IOS push notification, I try to install phonegap-plugin-push in my IOS app but it send error "required sender id". I am little bit confuse that in sender ID what I put there.

Platform: IOS Cordova CLI version: 5.1.1 cordova plugin version | grep phonegap-plugin-push :1.7.4

Neotrixs
  • 2,495
  • 4
  • 28
  • 58

1 Answers1

3

Use following command

cordova plugin add https://github.com/phonegap/phonegap-plugin-push --variable SENDER_ID="12345"

It worked for me on iOS.Hope it helps :)

Sanman
  • 1,158
  • 11
  • 23