Report error in step: add the Push Notifications function to your application identifier

In the developer's site , I authorize the inclusion of app ID Push Notifications .

But in my project TARGETS Capabilities Push Notifications I want to open it, but after a while there is an error in

Step: Add the Push Notifications feature to your app id

Picture I token:

tHE

Additional info: I am using Xcode 8 , iOS 10


Change -1

There is an error in my Signing :

enter image description here


Attempt - 1

I rebooted my Xcode 8 and it does not work for me.

+3
source share
2 answers

This problem occurred when switching from Xcode 7 to Xcode 8. To solve this problem, I had to disable Push Notifications and enable them again. Then I had to make sure that in the build settings the code signing identifiers and the Provisioning Profile were correctly configured with the account profile and the profile associated with the AppID that activated Push Push.

0
source

I think that you activated the push notification in the application ID, but you did not create a provisioning profile for this application identifier, so Xcode automatically selects the provisioning profile and this initialization file does not support push notification capabilities, so try creating a provisioning profile for this application identifier and download it, then double click on it to listen in Xcode, try restarting Xcode, hope this help helps you.

0
source

Source: https://habr.com/ru/post/1270101/


All Articles