ios - Apple push notifications service for server -


i want use apple push notification service in server. said have use certificate in server. researched internet , have found tutorials nobody says certificate source. using certificate in app push service can found certificates server ? can show me road map ?

ps: use server : https://github.com/argon/node-apn

http://developer.apple.com/

as usual development related apple. create certificate there , use that.

remember, debug applications, need use sandbox push service, while release applications, need use normal push service. each require different certificate.

all thoroughly explained in apple push notification service , provisioning , development documents.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -