iOS Question App Publication on Apple Store

toro1950

Active Member
Licensed User
Hello,
I'm trying to publish my App on the Apple Store, after many exhausting steps it asked me to upload the app either with Xcode or with Transporter,
I used Transporter, I uploaded the app.ipa file and got this error
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. (90017)

When I create the package I get back the app.ipa (RealPetBook.ipa) and a zipped folder (tmp.zip) that inside I find the Playload folder that inside contains two other folders one with the name of the app & ".App" and another with the name of the app & ".app" & ".dSYM" As per the attached image
Does anyone know how I should behave, what to do?
I thank in advance anyone who wants to help me
 

Attachments

  • cartelle.png
    cartelle.png
    27.1 KB · Views: 16

Alexander Stolte

Expert
Licensed User
Longtime User
Follow this steps:

and just drop the release ipa file to transporter
 
Upvote 0

aminoacid

Active Member
Licensed User
Longtime User
Hello,
I'm trying to publish my App on the Apple Store, after many exhausting steps it asked me to upload the app either with Xcode or with Transporter,
I used Transporter, I uploaded the app.ipa file and got this error
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. (90017)

When I create the package I get back the app.ipa (RealPetBook.ipa) and a zipped folder (tmp.zip) that inside I find the Playload folder that inside contains two other folders one with the name of the app & ".App" and another with the name of the app & ".app" & ".dSYM" As per the attached image
Does anyone know how I should behave, what to do?
I thank in advance anyone who wants to help me

Why don't you just use the B4I IDE:

Tools -> Build Server -> Upload App to iTunes Connect

For me this is the easiest way to get your App uploaded
 
Upvote 1
Top