Asaf Nevo
Asaf Nevo

Reputation: 11678

iOS: error submitting app to app store

I'm trying to submit my app to the app store but this weird error is showing in each one of my team's member (although we have already submitted the same app with those provisions):

enter image description here

enter image description here

enter image description here

We're under tight schedule to release the app - so help is appreciated :)

Upvotes: 0

Views: 64

Answers (2)

Nikita Khandelwal
Nikita Khandelwal

Reputation: 1741

I am not sure, but u can try this. Delete all Provisioning Profile from you system.And the reinstalled only the required Provisioning Profile for this app.

Upvotes: 0

Ross Barbish
Ross Barbish

Reputation: 679

Make sure you are using an "App Store" provisioning profile under "Code Signing" -> "Provisioning Profile" -> "Release". I'm seeing "Automatic" in your screenshot which mean it could be using an Ad Hoc or Development provisioning profile. I recommend using separate build targets to keep all these settings separated.

Upvotes: 1

Related Questions