Getting an error from push notification

前端 未结 15 2149
失恋的感觉
失恋的感觉 2020-12-01 02:39

In my app, I need push notifications. I am implementing all the instructions from the push notifications docs. But I got an error from Push Notification:

Fai         


        
15条回答
  •  暖寄归人
    2020-12-01 03:14

    Just make sure that you are using the specific provision certificate

    go to: https://developer.apple.com/ios/manage/provisioningprofiles/index.action check the status of your provision certificate, in worst cases just create new one, download it and assigne it to your project again.

    Make sure which type of provision you are using, "development" or "distribution"

提交回复
热议问题