Is there any cost for using Push Notification Service? [closed]

泄露秘密 提交于 2019-12-03 14:40:54

问题


Is there any cost for using the Push Notification Service?

I know it requires using my own server to send notifications, but the signals are passed through an Apple server. There are no server transfer fees?


回答1:


No, there is no cost. The only "gotchas" are that your app has to be in the app store(i.e. no jailbroken apps), and you have to maintain a server for pushing the events.




回答2:


If you are building you own push server, which you mention above, there are hosting expenses and the cost of time to set up and administer it. Alternatively, you can use a service like iLime (www.ilime.com), which provides a RESTful API and a lot of free push alerts up-front to handle the server infrastructure for you.

Disclosure: I work for KeyLimeTie, who produces iLime - let me know if you have any questions.

Best wishes integrating APNS into your app, however you choose to do so.

Tim



来源:https://stackoverflow.com/questions/2144678/is-there-any-cost-for-using-push-notification-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!