APNS 欺骗/假冒
我想要一个独立的网络(无法访问互联网)进行测试。有没有办法欺骗 APNS 服务器来测试通知和 MDM。有没有办法创建自己的 APNS 服务器。
I want to have a standalone network (no internet access) for testing. Is there any way to spoof the APNS servers to test notifications and MDM. Is there a way to create your own APNS server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然。 APNS 协议在 Apple 文档中定义:二进制接口和通知格式。基本上,它只是一个使用简单二进制协议的 SSL 服务器。我们为内部测试实现了模拟推送服务器和反馈服务器。
Sure. The APNS protocol is defined in Apple's documentation here: The Binary Interface and Notification Formats. Basically, it's just an SSL server that speaks a simple binary protocol. We have implemented a mock push server and feedback server for our internal testing.