• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Air in the IOS 10.2.2,not run..

New Here ,
Feb 03, 2017 Feb 03, 2017

Copy link to clipboard

Copied

The Air (SDK Version:24)in IOS 10.2.2 run fail.

the screen is white.

I check the bugs in the function : configureBackBuffer (in Context3D).

It is look like not return.

why ?? please tell me, thanks...

my email

(Email Address removed by Moderator)

Views

387

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 03, 2017 Feb 03, 2017

Copy link to clipboard

Copied

test your app using air for desktopto see if you have any scripting errors.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 03, 2017 Feb 03, 2017

Copy link to clipboard

Copied

the android system is ok. but IOS is fail.why?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 03, 2017 Feb 03, 2017

Copy link to clipboard

Copied

what happens when you test in air for desktop?

Untitled-1.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 03, 2017 Feb 03, 2017

Copy link to clipboard

Copied

I used Flash Builder to build the project

Generate IPA files, with iTunes installed to my IPhone, this IPA is running white screen.

Generate APK, install it to my Android device, everything is ok.

I don't understand. What does IOS need to set?

My app.xml text :

<iPhone>
<InfoAdditions><![CDATA[
<key>UIDeviceFamily</key>
<array>
<string>1</string>
</array>
<key>NSLocationUsageDescription</key>
<string>当程序使用定位时,需要允许定位权限(iOS6)</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>当程序使用定位时,需要允许定位权限(iOS8)</string>
<key>UIRequiresPersistentWiFi</key>
<string>NO</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>location</string>
</array>
]]></InfoAdditions>
<requestedDisplayResolution>high</requestedDisplayResolution>
</iPhone>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 03, 2017 Feb 03, 2017

Copy link to clipboard

Copied

I looked the documentation,no description about IOS:

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display3D/Context3D.html#co...

After repeated tests,problems in this API function.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 04, 2017 Feb 04, 2017

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines