I created and installed an application for iPad according to the following instructions:
Apple iOS development process using Flash Builder
However, when I run this simple application, for about a second the screen goes black and then returns to the normal iPad screen.
It almost seems as if the application is not running at all, but there's no error notification to be seen.
I'm really desperate...
testPad.mxml source:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
backgroundColor="#A0F3FF"
width="100%" height="100%">
</s:Application>
Any idea?