我是一名iOS开发人员。我知道在我们的项目中以编程的方式实现APN。但是,am假设我们正在接收来自APN服务器的APN消息。我不认识how we are hosting the the APN message? How to create real APN Server for us?我在谷歌上搜索了很多,
http://blog.serverdensity.com/2009/07/10/how-to-build-an-apple-push-notification-provider-server-tutorial/
http://www.anima-entertainment.de/iphone-programming-how-to-make-an-apple-push-notification-service-using-php
http://samvermette.com/145
这些都是我访问过的,以了解创建APN服务器。但是,我不能理解为APN创建实际的服务器。任何人都可以please help me to create actual APN Server and host message in our server。还有how we can test the APN from real APN server?有可能吗?请帮帮我。提前谢谢。
发布于 2012-04-10 22:30:57
Apple提供了一个生产和测试服务器(沙箱),用于与手机进行通信。你的工作是获取你的应用程序用户的设备is (在他们允许的情况下),然后联系苹果公司给他们发送消息。这份工作被称为“提供者”,and you can either build it,或者现在--多亏了几家新的初创公司--租用它。
我还没有尝试过任何服务,但是如果你发现any方法太复杂,并且只想看到一些消息到达你的测试应用程序,这似乎是一个合理的事情。我认为大多数都有一个免费的层来试用它。我在使用谷歌时发现的Here's the first link。
https://stackoverflow.com/questions/10090331
复制相似问题