0

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?

Ajoy
  • 1,838
  • 3
  • 30
  • 57
BillyMedia
  • 1,354
  • 2
  • 16
  • 21

1 Answers1

1

This is a good plugin for Push notification. You can easily integrate push notification with this. But this is not working for iOS with Phonegap Build. If you are working Xcode you can easily integrate. I used this plugin 3-4 months back for both iOS and Android. In iOS I got an Error when I tried to run the app. I am not sure if they have corrected it or not. Still this LINK will help you.

Community
  • 1
  • 1
Nijil Nair
  • 1,608
  • 1
  • 11
  • 14