0

Not sure if it is Certificate but #Invalid Provisional Profile# Here is the error:

ERROR ITMS-9000: "Invalid Provisioning Profile. The provisioning profile included in the bundle com.DOMAIN.APPNAME [Payload/APPNAME.app] is invalid. [Missing code-signing certificate.] For more information, visit the iOS Developer Portal."

This error comes up in Application Loader for uploading/sending apps to the app store. Need more info? Just ask! :) Thanks for taking your time to help me about the is issue! :)

EDIT: When I try to archive and distribute or validate in Xcode, the certificate/profile is invalid.

StigPing
  • 197
  • 13

3 Answers3

0

The AppID/BundleIdentifier identifies a unique App. BundleIdentifier means is ur App once u created an Appid with the Bundleidentifier it cannot be changed u have changed the App name after creating the Appid so the problem is the distribute certificate which u have created with appid is not same with bundleidentifier which u have changed recently. Once u create the Appid with one Bundlename it can't changed so u need to created new appid with ur new BundleIdentifier name.

Using the new Appid create the distribute certificate then it will work.

Shanthanu
  • 421
  • 1
  • 9
  • 31
0

I had a similar issue after I changed app name, fixed it by changing back.

Son Nguyen
  • 3,481
  • 4
  • 33
  • 47
0

Follow the steps carefully before submitting -

  1. Your bundle id should be unique. Generate app identifier on iOS provisional portal using the bundle id. (Registering an App ID)
  2. Then in the same portal, generate the provisional profile for your app.(development or distribution)
  3. Download the provisional profile file and install it on xCode by double clicking.
  4. Finally, generate the build (archive) and upload to iTunes connect.
Sarthak Singhal
  • 665
  • 2
  • 10
  • 26