I am using Apache Flex 4.13 FP11.1 AIR14.0 for my Flash Builder 4.6 in my windows 7. attatched is the code. I am using provisining profile and my iphone5 and ipad retina UDID is added in that. But exported application via flash builder for ios is not installing in my ipad retina display and iphone5. I including following default images.
Default-568h@2x.png
Default-Landscape.png
Default-Landscape@2x.png
Default-Portrait.png
Default-Portrait@2x.png
Default.png
Default@2x.png
my test-app.xml files contents is as follows.
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/14.0">
<id>com.miracle.Saraplayer</id>
<filename>Sara Player</filename>
<!-- The name that is displayed in the AIR application installer.
May have multiple values for each language. See samples or xsd schema file. Optional. -->
<name>
<text xml:lang="en">Sara Player</text>
<text xml:lang="zh">Sara Player</text>
<text xml:lang="cs">Sara Player</text>
<text xml:lang="nl">Sara Player</text>
<text xml:lang="fr">Sara Player</text>
<text xml:lang="de">Sara Player</text>
<text xml:lang="it">Sara Player</text>
<text xml:lang="ja">Sara Player</text>
<text xml:lang="ko">Sara Player</text>
<text xml:lang="pl">Sara Player</text>
<text xml:lang="pt">Sara Player</text>
<text xml:lang="ru">Sara Player</text>
<text xml:lang="es">Sara Player</text>
<text xml:lang="sv">Sara Player</text>
<text xml:lang="tr">Sara Player</text>
</name>
<customUpdateUI>false</customUpdateUI>
<supportedLanguages>en zh cs nl fr de it ja ko pl pt ru es sv tr</supportedLanguages>
<versionNumber>0.0.0</versionNumber>
<versionLabel>One</versionLabel>
<description>Nothing here now</description>
<!-- Settings for the application's initial window. Required. -->
<initialWindow>
<!-- The main SWF or HTML file of the application. Required. -->
<!-- Note: In Flash Builder, the SWF reference is set automatically. -->
<content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
<aspectRatio>portrait</aspectRatio>
<renderMode>auto</renderMode>
<autoOrients>false</autoOrients>
<fullScreen>true</fullScreen>
<visible>true</visible>
<softKeyboardBehavior>none</softKeyboardBehavior>
</initialWindow>
<!-- The icon the system uses for the application. For at least one resolution, specify the path to a PNG file included in the AIR package. Optional. -->
<icon>
<image16x16>_icons/16.png</image16x16>
<image32x32>_icons/32.png</image32x32>
<image36x36>_icons/36.png</image36x36>
<image128x128>_icons/128.png</image128x128>
<image29x29>_icons/Icon-Small.png</image29x29>
<image48x48>_icons/48.png</image48x48>
<image57x57>_icons/Icon.png</image57x57>
<image72x72>_icons/Icon-72.png</image72x72>
<image114x114>_icons/Icon@2x.png</image114x114>
<image512x512>_icons/iTunesArtwork.png</image512x512>
<image50x50>_icons/Icon-Small-50.png</image50x50>
<image58x58>_icons/Icon-Small@2x.png</image58x58>
<image100x100>_icons/Icon-Small-50@2x.png</image100x100>
<image144x144>_icons/Icon-72@2x.png</image144x144>
<image1024x1024>_icons/iTunesArtwork@2x.png</image1024x1024>
</icon>
<!-- Whether the application can be launched when the user clicks a link in a web browser.
Optional. Default false. -->
<allowBrowserInvocation>true</allowBrowserInvocation>
<!-- iOS specific capabilities -->
<iPhone>
<InfoAdditions><![CDATA[
<key>UIDeviceFamily</key>
<array>
<string>1</string>
<string>2</string>
</array>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleBlackOpaque</string>
<key>UIRequiresPersistentWiFi</key>
<string>YES</string>
]]></InfoAdditions>
<Entitlements>
<![CDATA[
<key>aps-environment</key>
<string>development</string>
]]>
</Entitlements>
<requestedDisplayResolution>high</requestedDisplayResolution>
</iPhone>
</application>
The problem is that when i sync it via itunes. it shows Waiting... then it shows progress for installing. when i click the app icon in device it shows Installing... as shown in these images but never shows finished process.
source: Dropbox - test.fxp
i am a bit confused and project is stuck. i am helpless now.