Push notification guide?

后端 未结 4 367
说谎
说谎 2020-12-13 16:39

i need a rundown on how to fully utilise the push notification system. Iv read the push notification guide on the apple website but still unclear of some things.

Le

相关标签:
4条回答
  • 2020-12-13 17:04

    For anything other than development and testing, you'll generally want to run the provider on a server infrastructure that's not hosted on a home Windows machine.

    You can either use a commercial provider like iLime or Urban Airship, but there's also a few tutorials and open source solutions out there:

    • EasyAPNS (Push notifications using PHP & MySQL)
    • How to build an Apple Push Notification provider server (tutorial)
    • PHP Apple Push Notification Server
    • Programming Apple Push Notification Services (contains details on certificate configuration)

    There's also a local test app for Mac OS called PushMeBaby that you can use for development purposes.

    0 讨论(0)
  • 2020-12-13 17:05

    There's is one more interesting tutorial here: http://mobiforge.com/developing/story/programming-apple-push-notification-services

    0 讨论(0)
  • 2020-12-13 17:06

    show here. http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html

    Above Link Dead...try this

    https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/Introduction.html

    0 讨论(0)
  • 2020-12-13 17:10

    There's other solutions like Xtify or Mainline or PushWoosh or more recently Windows Cloud Azur. Easy APN stay the most relevant solution for those who choice to do it yourself (servers integration).

    0 讨论(0)
提交回复
热议问题