问题描述
你需要付费订阅,使您的iPhone应用程序接收推送通知?
Do you need to pay for a subscription to enable your iPhone app to receive push notifications?
我在找创建一个应用程序,允许客户端推送通知到谁已经下载该应用程序的所有用户。对于这个工作,你需要为订阅付费推送通知服务器或类似的东西?
I'm looking to create an app that allows the client to push notifications to all users who have downloaded that app. For this to work, do you need to pay for a subscription to a push notification server or something like that?
推荐答案
您必须创建自己的服务器与苹果服务器进行通信。您还可以使用城市飞艇,并通过他们的API与他们沟通:
You will have to create your own server to communicate with Apple servers. You can also use Urban Airship and communicate with them via their API: http://urbanairship.com.
此处了解详情:http://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ApplePushService/ApplePushService.html
这篇关于推送通知的iPhone应用程序的付费订阅的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!