HuntingtonCream17
HuntingtonCream17

Reputation: 33

Cannot upload my app to APP store

Can someone please enlighten me with the attached issue? I have revoked profiles, downloaded new ones, edited originals, asked Xcode to automatically sign etc I have attempted over 25 times now I am able to analyse but the below appears as soon as i try to archive and upload.

Thanks- See attached.

enter image description here

Upvotes: 0

Views: 144

Answers (1)

NeverHopeless
NeverHopeless

Reputation: 11233

You should check the couple of things:

  1. Double check the bundle identifier. It should match in iTunes App, developer portal and in your app.
  2. Remove duplicate provisions (if any) using "iPhone Configuration Utility".
  3. Verify the enabled capability from Developer portal as well as from XCode->Project Properties->Capabilities Tab.
  4. Verify the version number and build number. It should not be the one that is either below or equal to previously submitted app's number.

Hope it helps!

Upvotes: 1

Related Questions