Apple 内部网络推送通知
我正在尝试实现一个企业 iPad 应用程序,该应用程序使用只能通过我公司内部网络通过 VPN 设置访问的 Web 服务。但是为了实现 Apple 推送通知,我知道它应该是公共网络。
查询:
- 是否可以通过 ipad 中的内部 VPN 设置接收推送通知,只需解锁端口 5223(或)
- 设备是否必须位于公共网络中才能接收通知。
非常感谢通过 VPN 实现 Apple 推送通知的任何建议或最佳替代方案
。提前致谢......
I am trying to implement an enterprise iPad app which consumes web services accessible only through my company internal network through VPN setup.But In order to achieve Apple push notifications i cam to know that it should be public network.
Queries:
- Is it possible to receive the push notifications over internal VPN setup in ipad just by unblocking the port 5223 (or)
- Is it mandatory that device should be in public network to receive notifications.
Any suggestions or best alternatives for implementing Apple push notifications over VPN are highly appreciable
Thanks in advance.....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还需要解锁 2195 以将您的通知请求流式传输到 Apple,并解锁 2196 以获取反馈服务。
You'll also need to unblock 2195 to stream your notification requests to Apple, and 2196 for the feedback service.