Phonegap iOS 推送通知示例

Phonegap iOS Push Notifications example

我正在为 Android 和 iOS 设备创建移动应用程序,它将接收推送通知。 我已经通过使用 phonegap PushPlugin 成功实现了 Google GCM,并且通知在 Android 设备上工作,现在我有点难以为 iOS 开发相同的东西。

是否有一些好的示例(不使用任何第 3 方服务),我可以在其中指导如何使用相同的 PushPlugin 为 iOS 完成?

这是我一直关注的一些很好的教程。它也会帮助你。

  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

以上引用不使用外部库或第 3 方服务。

此致。