Publishing app for iOS with network permission
hi,
i'm trying publish app ios (flash cs 5.5) permission access internet. i've tested on computer , urlloader method works fine, install on iphone, nothing happens. i've included stuff on generated xml supposed give permission, it's not working. know have add on file able have network connection on app? thanks!
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <application xmlns=link> <id>myappipd</id> <versionnumber>1.0.0</versionnumber> <filename>test</filename> <description></description> <!-- localize description, use following format description element. <description> <text xml:lang="en">english app description goes here</text> <text xml:lang="fr">french app description goes here</text> <text xml:lang="ja">japanese app description goes here</text> </description> --> <name>test</name> <!-- localize name, use following format name element. <name> <text xml:lang="en">english app name goes here</text> <text xml:lang="fr">french app name goes here</text> <text xml:lang="ja">japanese app name goes here</text> </name> --> <copyright></copyright> <initialwindow> <content>test.swf</content> <systemchrome>standard</systemchrome> <transparent>false</transparent> <visible>true</visible> <fullscreen>false</fullscreen> <autoorients>false</autoorients> <aspectratio>portrait</aspectratio> <rendermode>gpu</rendermode> </initialwindow> <customupdateui>false</customupdateui> <allowbrowserinvocation>true</allowbrowserinvocation> <icon></icon> <iphone> <requesteddisplayresolution>high</requesteddisplayresolution> <infoadditions><![cdata[<key>uistatusbarstyle</key><string>uistatusbarstyleblackopaque</string><key>uirequirespersistentwifi</key><string>yes</string><key>uidevicefamily</key><array><string>1</string></array>]]></infoadditions> </iphone> </application>
More discussions in ActionScript 3
adobe
Comments
Post a Comment