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

getting black screen in sdk 24b on ios trying to use camera as texture

Participant ,
Nov 14, 2016 Nov 14, 2016

Copy link to clipboard

Copied

posting here as well to maybe catch AIR team attention? first thought the app crashed, but it does not close so I guess not, it just does not render itself. something you have done in sdk 24b is at fault, since it works with 23.

bug: 4197717

TOPICS
Development

Views

362

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

correct answers 1 Correct answer

Adobe Employee , Nov 18, 2016 Nov 18, 2016

Hi Maksym,

Thanks for pointing, we have updated the release notes accordingly. Kindly refer to it using below link:

http://fpdownload.macromedia.com/pub/labs/flashruntimes/shared/air24_flashplayer24_releasenotes.pdf

So, If you are using AIRSDK 24, You need to use request permissions API for classes like Camera, Microphone, Geolocation, CameraRoll, CameraUI, File, and FileReference.

Thanks,

Adobe AIR Team

Votes

Translate

Translate
Adobe Employee ,
Nov 17, 2016 Nov 17, 2016

Copy link to clipboard

Copied

Hi,

We have investigated the problem at our side and found that screen was going blank because of Permission API introduced in AIRSDK 24. Now, If you are using AIRSDK 24 you need to request permission from the user for objects like Camera, Microphone and other dangerous permissions.

Please go through the release notes of AIR 24 and refer to the section of "Permissions on Android and iOS"

http://fpdownload.macromedia.com/pub/labs/flashruntimes/shared/air24_flashplayer24_releasenotes.pdf

I have modified your project attached in bug to adapt the changes for camera permission and its working fine now. Kindly refer to the attached project in the bug.

Thanks,

Adobe AIR Team

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
Participant ,
Nov 17, 2016 Nov 17, 2016

Copy link to clipboard

Copied

Hello, the release notes say "For iOS, the APIs listed below are optional if you do not want to handle permissions explicitly in ActionScript", what about that part? Also, iOS did store permissions I gave last time I ran the app, are they no longer respected?

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
Adobe Employee ,
Nov 18, 2016 Nov 18, 2016

Copy link to clipboard

Copied

LATEST

Hi Maksym,

Thanks for pointing, we have updated the release notes accordingly. Kindly refer to it using below link:

http://fpdownload.macromedia.com/pub/labs/flashruntimes/shared/air24_flashplayer24_releasenotes.pdf

So, If you are using AIRSDK 24, You need to use request permissions API for classes like Camera, Microphone, Geolocation, CameraRoll, CameraUI, File, and FileReference.

Thanks,

Adobe AIR Team

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