iOS Question IOS Publication error

gromeo

Member
Licensed User
Good morning,

I am encountering the following error when uploading the application to Transporter for publishing on the Apple Store. The screenshot is in Italian, and I apologize for that, but the message states:

"No suitable application record was found. Verify that the bundle ID 'com.crm.gruppoedico' is correct and that you are signed in with the same Apple ID used to access the app on App Store Connect."

I have created the certificates following the guide at this link:https://www.b4x.com/android/forum/threads/creating-a-certificate-and-provisioning-profile.45880/

The identifier in my Apple Developer account is com.crm.gruppoedico, the provisioning profile is Ad Hoc, and the certificate is iOS Distribution.

Is this procedure correct? What is the difference between the Developer provisioning profile and the Release provisioning profile?

View attachment 162906
 

gromeo

Member
Licensed User
I have resolved this issue; however, I am now getting this error: Validation failed (409)
This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory. (ID: ee7383de-b608-4648-8194-d8326f9d51c5
 
Upvote 0

aminoacid

Active Member
Licensed User
Longtime User
Is this procedure correct? What is the difference between the Developer provisioning profile and the Release provisioning profile?

You only need to have one certificate - iOS Distribution - You can use it for development, AdHoc Distribution (to your testers for example) and App Store Publishing

You can have three provisioning profiles, but you really need only two - Ad Hoc and App Store Connect. You don't really need the iOS App Development Profile since you can use the Ad Hoc for development as well as distribution.

When you are ready to publish your App to the App store, you must use the App Store Connect Profile.
 
Upvote 1