I have an phonegap angularjs ionicframework app that I need to add push notifications to. The datastore makes use of parse.com
which has push notifications built in, (kinda, not much support for js sdk).
To fill the gaps left by js sdk, I am making use of phonegap-parse-plugin
This appears to work, but i am confused as to how it works when I never followed any of the instructions here: android-push-notifications
and ios-push-notifications
Can someone shed some light? Am I missing something by not following the instructions on the two pages above?