APNS Push Notifications Not Working on Production

后端 未结 4 1696
伪装坚强ぢ
伪装坚强ぢ 2020-12-10 01:10

I created an App to send remote notifications from a web server. When I tested the App in Development Mode all the notifications arrived correctly on the phone, after the Ap

4条回答
  •  温柔的废话
    2020-12-10 01:30

    Device token for Production and Sandbox are different for same device.

    So try getting device token by using Adhoc or Distribution certificates and use the generated token on production, this worked for me.

提交回复
热议问题