Add the Push Notifications function to the error of your application identifier

I made an application identifier on an Apple developer account with push notification enabled enter image description here

In xcode project, I get login status with the following messages enter image description here

In target> opportunities there is the following message enter image description here

How can I solve this problem? I read these answers, but the problem persists.

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

xcode 8.0 "add push notif (..) to your app id" warning, although already added

+5
source share
1 answer

Try restarting Xcode. If this does not work, follow these steps:

You need to upload a profile:

1) Go to https://developer.apple.com/account/ios/profile/limited/ Select a project => edit => Certificates => Select All => Create => Download

or if you already have a profile

Go to https://developer.apple.com/account/ios/profile/limited/ Select a project => Change => Create => Download

2) In Xcode: Unclick Automatically manage signing.

enter image description here

Import profile profile: Project file => Signing (Debug) => Provisioning profile => Import profile => Select file from 1

0
source

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


All Articles