Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Failed to install 'phonegap-plugin-push':Error: Variable(s) missing: SENDER_ID

User_9L0JZApr 11 2016 — edited Apr 14 2016

Hi,

When i tried to install push plugin in MAF application (https://github.com/phonegap/phonegap-plugin-push/), it gives following error:

Failed to install 'phonegap-plugin-push':Error: Variable(s) missing: SENDER_ID

According to documentation it's required to pass GCM sender id while installing plugin.

```

phonegap plugin add phonegap-plugin-push --variable SENDER_ID="XXXXXXX"``

or

cordova plugin add phonegap-plugin-push --variable SENDER_ID="XXXXXXX"

How we can achieve this (passing GCM sender ID) in MAF?

MAF: 2.2

Jdev: 12.1.3

Windows Envieonment

Deployment profile: Android

Best Regards,
Kalpesh Darji

Comments
Post Details
Added on Apr 11 2016
6 comments
1,774 views