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