Push notification guide?

后端 未结 4 383
说谎
说谎 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.

提交回复
热议问题