Skip to main content
Inspiring
June 10, 2013
Question

Has anyone tested iOS 7 with an AIR app?

  • June 10, 2013
  • 7 replies
  • 17642 views

I can't get the Apple Developer site to load, so I can't seem to get ahold of it, but I(and probably everyone reading this forum) need to know how AIR works on iOS 7.

This topic has been closed for replies.

7 replies

Participant
September 19, 2013

My Landscape-only app shows correctly except when a weboverlay video is set in fullscreen mode. Then the app changes to portrait mode and shows the video, sometimes even stretched out of the screen.

Any sollutions for this problem would be appreciated.

Participant
September 19, 2013

Another problem I encoutered is that the iOS keyboard sometimes opens in portrait mode even if I use the app in landscape as it should be. This doesn't happend every time and I can't reproduce it on demand.

Participating Frequently
September 19, 2013

In my case, it appears that spark.components.Application.applicationDPI was a problem.  Setting applicationDPI turns on automatic ppi adjustment throughout the app.  When using iOS 7 with one version of my app with applicationDPI set, there was a white bar at the top of the page about 80 pixels high.  The remainder of the page contained all of the expected content, slightly resized and not clipped.  When using iOS 7 with another version of my app where I had not set applicationDPI, and was handling the ppi adjustment in my own code.  The pages filled the screen correctly.  I am not sure why this happened, but I suggest unsetting applicationDPI and see if that is the problem.

Inspiring
August 16, 2013

I am having problems installing an AIR application over-the-air on an iPhone 5 with iOS 7. The installation works from iTunes with iOS 7, and the over-the-air installation works with iOS 6. Has anyone else encountered this problem?

Colin Holgate
Inspiring
August 16, 2013

No problems here. I’m using BetaBuilder to make the online manifest. I haven’t tried TestFlight with iOS 7.

Inspiring
August 23, 2013

Thanks. We have gotten the over-the-air installation working.

Participant
July 8, 2013

My app which uses no 3rd party but does use video and microphone and speaker all worked perfect.  Does look a bit homely compared to the new stuff but after skinning a ton of things is beginning to look better.  I did not publish with new SDK.

Known Participant
July 16, 2013

For the most part everything works great. Our only issue is that all the app now request microphone support on first launch. Anyone know how to stop that? We don't use the microphone in any of the apps.

Participating Frequently
August 16, 2013

I have an app using Air 3.8 and Flex 4.9.1, and there is a problem with ios7.  A white bar about 50 px high is displaying above the ActionBar.  I have seen this same problem in one other App on ios7, but I don't know if that is also a Flex/Air app.

Does anyone have idea of what might be the problem?

Participant
June 13, 2013

I just got an AIR app loaded on with Xcode5, no problems, but had the same request to use the microphone (even though my app doesn't use the microphone).

Inspiring
June 13, 2013

Does anyone know if installing the pre-release version of Xcode 5 will overwrite or delete Xcode 4?

Colin Holgate
Inspiring
June 13, 2013

It doesn’t, Xcode developer previews have a different name. “Xcode5-DP” in this case.

Participant
June 11, 2013

I really wonder if Apple will allow the "old" look and feel of the current Flex controls, once iOS 7 is generally available.

June 11, 2013

My app worked perfect. No issues at all, very simple app though

Colin Holgate
Inspiring
June 10, 2013

Not loading for me either. Guess we'll find out later.

Colin Holgate
Inspiring
June 11, 2013

Apps are performing really well on my iPhone 5, but in each case I get a permissions request about the app wanting to use the microphone input.

Inspiring
June 11, 2013

Going to go check it out now!...do we dare put in our iPhone4 though?? Thanks Colin