Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Receiving push notification on PhoneGap for iOS

Tags:

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

like image 439
Claus Avatar asked May 04 '11 13:05

Claus


People also ask

How do I get push notifications on iOS?

Go to Settings and tap Notifications. Select an app under Notification Style. Under Alerts, choose the alert style that you want. If you turn on Allow Notifications, choose when you want the notifications delivered — immediately or in the scheduled notification summary.

Does iOS support push notification?

Apple has been supporting push notifications on OS X via the Apple Push Notification Service (APNS). Developers also use APNS to deliver a notification to iOS devices.

How does push notifications work on the iOS platform?

An iOS push notification is a message that pops up on an Apple device such as an iPhone. Before receiving push notifications from an app, iOS device users must explicitly give permission. Once a user opts-in, mobile app publishers can send push notifications to the users' mobile devices.

What is Phonegap push plugin?

Phonegap push plugin supports receiving and handling native push notifications with a single API.


2 Answers

Yes, you can.

See Urban Airships documentation for Phonegap iOS plugin

like image 154
Ozair Kafray Avatar answered Sep 22 '22 14:09

Ozair Kafray


Yes we can

check these links:

can we do push notification in iphone using phonegap fremwork?

How to implement UA push notifications with PhoneGap

like image 23
Ahmad Kayyali Avatar answered Sep 21 '22 14:09

Ahmad Kayyali