Not receiving any push notification in iPhone

后端 未结 8 1501
闹比i
闹比i 2020-12-08 10:49

I have made a sample PushTest app for Push Notification using this tutorial.

And using above tutorial I got the message that \'PushTest\' would like to send you Pus

8条回答
  •  伪装坚强ぢ
    2020-12-08 11:18

    I ran into a similar issue. Everything was done correctly in the code. I was running the app with a development profile and push notifications on the server (iOS) pointing to production. Make sure your provisioning profile matches the server setting(Sandbox vs. Production). You can also make sure your device is registering correctly.

提交回复
热议问题