Add the Push Notifications feature to your App ID Error
Asked Answered
T

2

9

I made app id on apple developer account with push notification enabled enter image description here

On xcode project i am getting sign in status with following messages enter image description here

On target >capabilities i have following message enter image description here

How i can resolve this issue? I have read these answers but issue persist

Report error in Step:Add the Push Notifications feature to your App ID

xcode 8.0 "add the Push Notif(..) to your App ID" warning, while already added

Thema answered 22/7, 2017 at 14:21 Comment(0)
M
1

Try restarting Xcode. If this did not work, then do the following:

You need to download a provision profile:

1) Go to https://developer.apple.com/account/ios/profile/limited/ Select the 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 your project => Edit => Generate => Download

2) In Xcode: Unclick Automatically manage signing.

enter image description here

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

Mutinous answered 5/3, 2018 at 9:46 Comment(1)
Thanks this save my day!!Nativity
U
0

Fixed my bundle identifier and it worked

Unconcerned answered 11/4, 2019 at 10:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.