I am adding phonegap push plugin with:
< plugin name="phonegap-plugin-push" source="npm" spec="~1.6.3">
< variable name="SENDER_ID" value="*********" />
</ plugin>
I am using build.phonegap.com for building it. None of 1.6.0 and above is working. If i build with 1.6.0+ the package is 3mb. When i use 1.5.3 the package is 4mb. Which means it is not adding the plugin...
Any ideas?
< plugin name="phonegap-plugin-push" source="npm" spec="~1.6.3">
< variable name="SENDER_ID" value="*********" />
</ plugin>
I am using build.phonegap.com for building it. None of 1.6.0 and above is working. If i build with 1.6.0+ the package is 3mb. When i use 1.5.3 the package is 4mb. Which means it is not adding the plugin...
Any ideas?

