Push Notification in production is not working

自作多情 提交于 2019-11-29 15:49:24

First of all make sure you install production APN certificates on your server, not development certificates.

After that make sure, you are sending the notification to right server URL

  • Sandbox: gateway.sandbox.push.apple.com, port 2195. (for thedevelopment)
  • Production: gateway.push.apple.com, port 2195. (for the release)

Still you have the same problem, try this App. APN Tester

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!