推送通知:Apple 的可靠性要求
我正在尝试使用两种环境进行推送通知:沙箱和生产。一切都在沙箱中有效,但在生产中却行不通。
在推送通知编程指南中写道: 使用生产环境的应用程序必须满足Apple的可靠性要求。
我怀疑这可能是问题所在。有谁知道这些可靠性要求是什么?
I am trying to use both environments for the push notifications: sandbox and production. Everything works in the sandbox, but not in the production.
In the Push Notification Programming Guide it is written:
Applications using the production environment must meet Apple’s reliability requirements.
I suspect that this might be the problem. Does anyone know what are those reliability requirements?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为在这种情况下没有办法量化可靠性。
如果您担心您的服务器可能不够可靠,无法满足 Apple 的要求,请考虑使用第三方服务,例如 Urban Airship。
I dont think that there's a way to quantify reliability in this context.
If you are concerned that your server might not be reliable enough for Apple's requirements, consider using a third party service, like Urban Airship.
您在沙盒和生产环境中使用相同的设备 ID 吗?生产服务器使用与沙箱不同的设备 ID,因此这可能会导致问题。
Are you using the same device ID in both sandbox and production? The production server uses different device IDs to the sandbox one so this might be causing the problem.