-
Notifications
You must be signed in to change notification settings - Fork 4
implement notification #4
Comments
Apple push notification is handled by Apple’s backend… but you have to implement your own server to trigger push messages. You also have to maintain the list of phones for notifications. If you don’t need customised push messages… then can just use Urban Airship. They can watch an RSS feed and just push new data as and when it gets updated. |
👏 👍 thanks for the tip @miccheng #noob #learning |
https://github.com/rpush/rpush <-- this looks promising if you just want to host it yourself. |
👍 |
This one also https://github.com/argon/node-apn |
thank you so much everyone 😍 @cheeaun Will take a look at all of them when I code this feature. |
Just build a Node or Ruby backend server. Host on Heroku. Client side code is really less. Most of the logic needs to be handled by backend. And I suggest rolling out your own ... will give you more control. You can for example trigger custom notification for some major events in future. |
👍 💯 noted @subhransu 😄 |
Another one https://github.com/sideshow/apns2 |
👏 @cheeaun |
The text was updated successfully, but these errors were encountered: