ios - Looking for a suggestion for building an APN Server that stores data (token) in SQL -


i used http://www.easyapns.com/ guide building backend , sending push notifications. realized no longer works, , i'd love find solution works similar.

essentially need store device , tokens on backend, , send out push notifications devices in db.

any appreciated

thanks

if it's requirement, there many services without creating specific backend, pusher, push robot, google push notification service, etc.... take care of registration of token.

if need create specific backend, depends of others requirements, web , github full of examples on topic.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -