问题描述
怎么办设备令牌有所不同沙箱生产方式?
How do device tokens vary from sandbox to production modes?
我想我已经锁定了一些设备令牌,生产模式,他们不能从发展推到。
I think I have locked up some device tokens into a production mode, and they can't be pushed to from development.
我如何可以检查任何想法?
Any ideas on how I can check?
推荐答案
当您使用的是开发证书建立自己的应用程序,该应用程序会生成一个唯一的设备令牌。该设备令牌将不是生产推网络上工作。当你再建一个发行配置文件您的应用程序(App Store或点对点)设备将产生的不同的的设备推送通知令牌。如果您尝试发送的发展生成的令牌生产推SSL网络,苹果的服务器将拒绝您的令牌。
When you build your app using a development cert, the app will generate a unique device token. This device token will not work on the production push network. When you then build your app with a distribution provisioning profile (App Store or Ad-Hoc) your device will generate a different device token for push notifications. If you try to send the development generated token to the production push SSL network, Apple's servers will reject your token.
这篇关于iPhone APNS设备令牌沙箱与生产的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!