Getting an error from push notification

前端 未结 15 2145
失恋的感觉
失恋的感觉 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:28

    I am using Xcode 6.1.1

    You don't have to delete or recreate anything. You just have to make Xcode update your active certificates (including the new push notification certificate).

    Simply go to Xcode > Preferences > Accounts > pick your Account > pick your Team > View Details

    There click the refresh button in the lower left corner. (Also check your code signing in build settings)

    enter image description here

提交回复
热议问题