Skip to main content
December 19, 2013
Question

AIR 3.9 and iOS7 Build Release .ipa File Cannot Start

  • December 19, 2013
  • 1 reply
  • 712 views

I build a release build .ipa file and installed on iPad running on iOS 7.0.3. But weird because my app stuck on start screen with my logo.
Debug .ipa file is running correctly, just problem with the release build .ipa.
I build using Flash Builder 4.7. If I build using IntelliJ IDEA the app icon grayed and cannot be opened.
Any idea what's going on with my build file?

This topic has been closed for replies.

1 reply

Colin Holgate
Inspiring
December 19, 2013

My guess is that you have a script error, and that the debug one you try is in interpreter mode. If you do a regular debug test movie on the iPad, do you see any errors being traced in the Output window?

December 19, 2013

You're right, I didn't realize if there's an error on the top of my debug console:

---------------------------------------------------------

MATE Error: Method not found, turn on the debugger for more information

EventType:config event. Error was found in a EventHandlers list in file ApplicationEventMap

-------------------------------------------------------

I'll try to fix this. But on my recent build, the file cannot be installed successfully on iOS7. The icon turned gray and when I press the icon, it will shows "installing" forever.

---UPDATE
No error anymore on debug mode. But still the same problem
And the "installing" forever problem was because I use wrong provisioning key.
Once the application start, it stucks on splash screen just showing my logo. I've wait for a couple mins but nothing happened.