Skip to main content
February 16, 2012
Question

Adobe AIR 3.0 application loader error

  • February 16, 2012
  • 1 reply
  • 704 views

I am trying to submit an update to my app using the Apple Application Loader.  The prevous version of my app was made with an early version of Adobe AIR about a year ago.

My problem is when I upload my app I get an error, "The key UIRequiredDeviceCapabilities in the info.plist may not contain values that would prevent this application from running on devices not supported by previous versions".

I have edited the UIRequiredDeviceCapabilities key in the Infoadditions of the xml document.  I included the camera and microphone capabilities so the app would only run on the iPod Touch 4th gen but this would still allow it to run on older iPhone models.

Are there any additional changes I need to make to be able to submit this app update?

This topic has been closed for replies.

1 reply

Colin Holgate
Inspiring
February 16, 2012

Your earlier version may have been done with Flash CS5, which means it would run on armv6 devices, now it only runs on armv7 devices. You only have the choice of publishing it in CS5, or make it be a new app.