Receiving push notification on PhoneGap for iOS

27,523

Solution 1

Yes, you can.

See Urban Airships documentation for Phonegap iOS plugin

Solution 2

Yes we can

check these links:

can we do push notification in iphone using phonegap fremwork?

How to implement UA push notifications with PhoneGap

Solution 3

This one is pretty good - https://github.com/phonegap-build/PushPlugin Here is a tutorial using the above - http://devgirl.org/2013/07/17/tutorial-implement-push-notifications-in-your-phonegap-application/

Solution 4

There are many services that can help you for doing this:
-Urban airship
-Puship
-Pushwoosh
-Parse

and some are free! I'm using puship and I'm very satisfied

Share:
27,523
Claus
Author by

Claus

Updated on March 25, 2020

Comments

  • Claus
    Claus over 4 years

    Hello everybody I would like to receive Apple push notifications through my PhoneGap container. Does anybody now if it has already been implemented?

    Thanks a lot

  • Claus
    Claus about 13 years
    so UA have created a plug-in for PhoneGap. Do you think I can use it freely in my app and connect it to any other Push Notification service that is not Urban Airship?
  • Ozair Kafray
    Ozair Kafray about 13 years
    @Claus: I have not used it myself. I stumbled upon it while I was looking for the same functionality in Titanium Appcelerator.
  • Claus
    Claus about 13 years
    Ok I will try to figure it out.Thanks a lot!
  • Ozair Kafray
    Ozair Kafray over 11 years
    @msangelL: Thanks for pointing that out. I have updated the link now.
  • ilight
    ilight over 9 years
    This is the one I used recently & works like a charm. Gets the job done & no need to send Push notifications via a third-party service like pushwoosh or others. Loved it as I already had my push notification server in PHP