开发者

Push notification stopped working when downloaded from App Store

开发者 https://www.devze.com 2023-03-16 22:43 出处:网络
When i test Push Notification with apn_development_cer, it works with the load开发者_高级运维ed app onthe iPhone device from Xcode.

When i test Push Notification with apn_development_cer, it works with the load开发者_高级运维ed app on the iPhone device from Xcode.

But, when i am downloading the same application from App Store or with the Ad Hoc Distribution on the same iPhone device from Xcode, it just stops sending Push Notification with apn_production_cer.

Thanks in advance!

Vivek Dandage


Are you using sandbox (development) environment which is available through gateway.sandbox.push.apple.com, port 2195 ? For app store build, you will need production environment which is available through gateway.push.apple.com, port 2195;

0

精彩评论

暂无评论...
验证码 换一张
取 消