• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Can't upload my ipa (AIR app) on itunes

Contributor ,
Jul 17, 2016 Jul 17, 2016

Copy link to clipboard

Copied

Hi,

Each time I'm trying to upload my ipa file (update for an existing app) I receive an email from Itunes saying :

"We have discovered one or more issues with your recent delivery for "Marées-NC". To process your delivery, the following issues must be corrected: 

Invalid Bundle - A nested bundle doesn't have the right platforms listed in CFBundleSupportedPlatforms Info.plist key."

First time I've got this problem...

Anyone knows what it's about ?

Thx

TOPICS
Development

Views

1.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 31, 2016 Aug 31, 2016

Copy link to clipboard

Copied

I have the same problem here any solutions yet?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 01, 2017 Jun 01, 2017

Copy link to clipboard

Copied

I had the same issue on AIR SDK 25. When I changed to version 17 everything worked fine. I didn't try other versions, but since it's obviously some issue in SDK packages, it starts with some of the SDK versions and it can be solved only by Adobe.

So Adobe, please check what's going on...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 28, 2017 Jul 28, 2017

Copy link to clipboard

Copied

I have the same Problem with AIR SDK 26, published with Animate. but I can not go under SDK Version 23 with Animate...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 28, 2017 Jul 28, 2017

Copy link to clipboard

Copied

LATEST

Ok, I have found a solution:

The name of my app had a special Charachters (Ö) in it.

Stephdidou has also used an App name with special characters ("Marées-NC").

I only deleted the Special Charachter in the name of the app and the build went through without errors. (AIR SDK 26)

What about you, kemalsen and Šoški, you also had special charachters in your app name?

However, i would prefer to have these Special Charachters when the App shows up on the device. Using OE instead of Ö is quite ugly.

So I also tried:

AIR SDK 19 with special Characters in the name : worked.

AIR SDK 25 with special Characters in the name : not working.

I have seen that there is a bug report on this:

Tracker

but its not excactly what I had. Therefore i made a new Bug-report:

Tracker

Looking forward Adobe manages this in SDK 26 as I prefer using actual versions.

@el111:

I have used Adobe Animate, publish settings iPhone & iPad.

I have checked info.plist file in the .ipa package and under

CFBundleSupportedplatforms is exact one key: "iPhoneOS".

I checked this with all ipas (working and not working), and they all have only the "iphoneOS" string.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jul 28, 2017 Jul 28, 2017

Copy link to clipboard

Copied

Are those who are having trouble using any ANEs ?

When you unzip your ipa and right click "show package contents" what does the value of the main info.plist file contain for the CFBundleSupportedPlatforms entry? Is it the same values for as for any other info.plist files in the package.

in you app.xml do you have 2 entries for UIDeviceFamily

<!-- A list of plist key/value pairs to be added to the application Info.plist -->

        <!-- UIDeviceFamily: 1 - iPhone/iPod Touch; 2 - iPad; both: universal app -->

        <InfoAdditions><![CDATA[           

            <key>UIDeviceFamily</key>

            <array>

                <string>1</string>

                <string>2</string>

            </array>

        ]]></InfoAdditions>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines