Phonegap iOS推送通知示例

问题描述:

我正在为Android和iOS设备创建移动应用程序,它将接收推送通知。 我已经使用phonegap PushPlugin成功实现了Google GCM,并且通知正在Android设备上运行,现在我有点被卡在iOS上开发相同。Phonegap iOS推送通知示例

是否有一些goode示例(不使用任何第三方服务),我可以在哪里使用相同的PushPlugin来引导如何为iOS完成?

+0

看看这个http://docs.phonegap.com/tutorials/develop/push-notifications/ – PinkeshGjr

这里有一些很好的教程,我一直在关注。它也会帮助你。

  1. http://ngcordova.com/docs/plugins/pushNotifications/
  2. https://www.raywenderlich.com/123862/push-notifications-tutorial
  3. http://www.adobe.com/devnet/phonegap/articles/apple-push-notifications-with-phonegap.html

上述文献中不使用外部库或第三方服务。

问候。