When I had this issues I tried just going to the Application Loader and doing it that way but ended up with the following error:
[ERROR ITMS-9000: “The bundle ‘BUNDLE.com’ at bundle path ‘APPLICATION.app’ is not signed using an Apple submission certificate.” at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)]
The distribution certificate not developer certificate was used. Thoughts?
There are two types of distribution profiles: AdHoc and for the Store. You have to use a provisioning profile that combines your distribution certificate with the distribution profile.
When I had this issues I tried just going to the Application Loader and doing it that way but ended up with the following error:
[ERROR ITMS-9000: “The bundle ‘BUNDLE.com’ at bundle path ‘APPLICATION.app’ is not signed using an Apple submission certificate.” at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)]
The distribution certificate not developer certificate was used. Thoughts?
There are two types of distribution profiles: AdHoc and for the Store. You have to use a provisioning profile that combines your distribution certificate with the distribution profile.