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

Ad Mob not working in Application Loader Error

Community Beginner ,
Jan 05, 2015 Jan 05, 2015

Hi Adobe AIR community,

I've been having this problem for a while now. Basically I have been using AIR for iOS 15.0, Flash CC (2014) and Milkman Games Ad Mob ANE v.4.4.0.

I can test my apps perfectly on both iPhone and iPad devices. The Ad Mob banner and full screen ads work very well while testing in a development environment.

When I try to upload my app to the App Store using Application Loader v3.0 I get an error stating "error ITMS-9000: Invalid Bundle. The bundle my_app.app does not support the minimum OS Version specified in the Info.plist"

Now funny thing is when I remove the ANE the app uploads to the App Store just fine.

I have been forced to stop using ads in my AIR for iOS apps since the release of iOS 8.

I have also contacted Milkman Games support but they tell me that I am the only one with the problem and that support tech can't recreate the problem.

Also I am using OSX 10.10.1 and I believe that xCode has been updated to version 6.1.1 (not sure if updating xCode makes any difference but I have updated it tonight and I have not tried to re-upload the app since)

Does anyone know what I can do? Any help would be very appreciated.

Thank you very much!

TOPICS
Development
489
Translate
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

correct answers 1 Correct answer

Community Beginner , Jan 06, 2015 Jan 06, 2015

Hi Everyone,

Changing the minimum OS to 6.0 didnt work but when I tried 6.1 it submitted to the apple app store just fine.

Thanks Colin!

Translate
LEGEND ,
Jan 05, 2015 Jan 05, 2015

You could add:

<key>MinimumOSVersion</key><string>6.0</string>

to your infoadditions in the app descriptor XML, where the 6.0 part would be adjusted to match what AdMob requires.

Translate
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 ,
Jan 05, 2015 Jan 05, 2015

Hi Colin,

I have tried this and I still get the same error. I entered it in the xml file like this:

<iPhone>

        <requestedDisplayResolution>high</requestedDisplayResolution>

        <InfoAdditions><![CDATA[

    <key>MinimumOSVersion</key><string>6.0</string>

    <key>UIDeviceFamily</key>

    <array><string>1</string><string>2</string></array>

]]></InfoAdditions>

    </iPhone>

Translate
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 ,
Jan 06, 2015 Jan 06, 2015

Hi Everyone,

Changing the minimum OS to 6.0 didnt work but when I tried 6.1 it submitted to the apple app store just fine.

Thanks Colin!

Translate
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
LEGEND ,
Jan 06, 2015 Jan 06, 2015
LATEST

I wasn't sure what version AdMob needed, that's why I said to adjust that part. Glad you tried 6.1.

Translate
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