using the below the push notification receiving in android but not working in ios
< plugin name=“phonegap-plugin-push” spec="~1.6">
< variable name=“SENDER_ID” value=“XXXXXX”/>
< /plugin>
Give me the solution for supporting in both platforms
When using a newer version then 1.8.4 the ionic package service doesnt include the phonegap-plugin-push in the apk file when building for the android platform. Try version 1.8.4 for Android. Or arent you using the package service?
For ios you can use the newsest version (1.10.4) . So far I could not find a way without changing the config.xml between the two platform builds.
Hi echle,
The device not receiving push notifications while i using this
< plugin name=“phonegap-plugin-push” spec=“1.8.4”>
< variable name=“SENDER_ID” value=“xxxxxxxx”/>
< /plugin>