flexicious.com
flexicious.com

Reputation: 1671

Adobe Air iOS app - blank white screen

We have a fairly large air app, and for some reason, when we package it for iOS, it does not launch correctly. Just a plain white screen. When we launch it in debug mode (or even using Fast packaging), it works fine. Only with the export release build it simply launches a plain white screen and does nothing.

Anybody seen anything similar? Any idea if there is an error of some sort, any way to find out what the error is?

Upvotes: 1

Views: 578

Answers (2)

crooksy88
crooksy88

Reputation: 3851

I've just experienced a similar white screen issue when building an AIR iOS app (in any mode). The app builds and launches with no errors but just displays a white screen after the launch image has disappeared.

This issue was different to the one above but I want to post this here for future reference.

It turns out that this was due to incorrect read/write permissions on the source files. i.e. I had copied the source files onto another computer and then logged into that computer as a different user.

The solution was to simply re-copy the source files onto the computer whilst logged in as the correct user.

Upvotes: 0

flexicious.com
flexicious.com

Reputation: 1671

SO it turns out after hours of struggling with this is the issue was loading swf files. We had some embedded Image assets that were swf files, which works great in debug mode, but fails spectacularly in release mode. Given that the app we are working on is a behemoth that takes over 30 minutes to build a release version (on a very powerful box), this was quite a pain to nail down. We finally converted swfs to fxg and the error went away

Upvotes: 1

Related Questions