简体   繁体   中英

Unable to see provisioning profile in Xcode

I am trying to enable push for an existing app have in the App Store.

I have not used a wildcard app id, but a specific app id.

I followed this tutorial for creating certificates, https://parse.com/tutorials/ios-push-notifications

When i try to create new App ID in Apple Developer Member Center it is asking for Bundle ID , when i enter my app Bundle ID it shows Bundle ID already taken

so, i tried to enable to push notification in my exiting app id, and created new provisions profile.

I am able to do this, but it doesn't show my provisioning profile in Xcode Under Project, "Build Settings", and inside the "Code Signing Identity"

and also i am unable to delete my existing App ID so that i can create new App ID .

While deleting it shows, The App ID '49TBXXXX6U.com.MYAPP' exists in the App Store so it cannot be removed.

Where i am making mistake ? why it is doesn't shows my profile in Xcode

Please help and Thanks in advance.

It seems like you are trying to enable push for an existing app you have in the App Store.

The app seems not to have used a wildcard app id, but a specific app id. If that is so, you must select the app id and continue from your step 1.3.

If this is not the case, it just seems you need to let XCode sync up the provisioning profiles. You do that from the XCode menu / Preferences / Accounts / View Details / Refresh (icon)

If all else fails, check Apples App Distribution Guide / Configuring Push Notifications

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM