在我的应用中,未收到IOS推送通知。 对于生产网址:
'ssl://gateway.push.apple.com:2195'
对于开发URL:
'ssl://gateway.sandbox.push.apple.com:2195'
我在Development
和Production server
的沙盒模式下都收到一条通知。
如果在生产服务器中使用生产URL,则不会收到应用程序通知,但如果在生产环境中使用沙箱URL,则会收到通知( ssl://gateway.sandbox.push.apple。 com:2195 )
此外,我已经创建了新的PEM认证,但是它不起作用。
会有什么问题?为什么我无法通过生产服务器中的生产URL收到通知。