【问题标题】:How to create real APN Server and how to test the app with APN Server iPhone?如何创建真正的 APN Server 以及如何使用 APN Server iPhone 测试应用程序?
【发布时间】:2012-04-10 14:06:05
【问题描述】:

作为一名 iOS 开发人员。我知道在我们的项目中以编程方式实现 APN。但是,我假设我们正在从 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?是否可以?请帮我。提前致谢。

【问题讨论】:

  • Apple 文档呢?你的清单上似乎没有那个。 Apple 提供的内容有什么问题?

标签: iphone ios apple-push-notifications


【解决方案1】:

Apple 提供了与手机进行通信的生产和测试服务器(沙盒)。您的工作是获取您的应用用户的设备 ID(经他们的许可),然后联系 Apple 向他们发送消息。这份工作被称为“供应商”and you can either build it,或者现在 - 感谢一些新的初创公司 - 租用它。

我还没有尝试过任何服务,但是如果您发现自己动手的方法过于复杂,并且只想看到一些消息到达您的测试应用程序,那么这似乎是一个合理的选择.我认为大多数人都有免费试用版。 Here's the first link我用谷歌找到的。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-07-06
    • 1970-01-01
    • 1970-01-01
    • 2017-03-17
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多