Invalid / auto-generated provisioning profile when submitted to the App Store

I am trying to download an iOS application build. After clicking the "Submit" button in the "Organizer-Archive" window in Xcode, he seems to choose the wrong provisioning profile to send. It is also not editable.

I have the correct iPhone Distribution signature identifiers and the App Store provisioning profile both in the project and in the target (in the "Build Settings" section).

I am skeptical about sending an application with this automatically selected provisioning profile ( "XC: Rajib.Tho" ) instead of "My Parse Push App Store Application Profile". Am I doing something wrong here? My application uses push notifications, so before sending, I want to make sure that the provisioning profile is configured correctly.

The screenshot is what I see:

+6
source share
2 answers

I solved this by deleting the provisioning profile that Xcode automatically generated from the Apple Developer Portal. It seemed like he was pushing him away from there, and as soon as I removed it from there and archived and sent it, he pulled out the correct preparation profile that I intended to use!

+9
source

I'm not sure how Xcode chose a different provisioning profile when you explicitly chose another.

If I were you, I would find and delete the XC: Rajib provisioning profile and start over (restarting Xcode in the process).

I think you could give Xcode the advantage of doubt by rejecting the Binary and Entitlements triangle and carefully checking the rights and then sending them if they are right ... but I would not feel good.

0
source

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


All Articles