Push Notification in production is not working

后端 未结 1 1362
春和景丽
春和景丽 2020-12-21 11:00

I Have implemented this url.

Development mode notification is working but in production its not working. and shows errors.

  dakshas-iMac:alootamatar         


        
相关标签:
1条回答
  • 2020-12-21 11:55

    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

    0 讨论(0)
提交回复
热议问题