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

iOS app Sound don't come back after home_btn iPad.

Explorer ,
Mar 10, 2018 Mar 10, 2018

Copy link to clipboard

Copied

Hello,

I hope somebody can help me.

I have a problem with my  IOS app.

My app works great except when the user press on the home_btn iPad

and Siri comes to the foreground,it maybe will happen because the app is for children,

then the music stops but did't come back. So my app crashes a little big later.

the code in my app is:

stage.addEventListener(Event.ACTIVATE, function(event:Event):void

{

stage.frameRate=36;

SoundMixer.soundTransform=new SoundTransform(1);

});

stage.addEventListener(Event.DEACTIVATE, function(event:Event):void

{

stage.frameRate=0;

SoundMixer.soundTransform=new SoundTransform(0);

});

I also tried the code:

NativeApplication.nativeApplication.executeInBackground = false;

Can somebody help me?

TOPICS
ActionScript

Views

306

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

Explorer , Mar 13, 2018 Mar 13, 2018

The issue has been fixed with update  Adobe AIR.

Votes

Translate

Translate
Explorer ,
Mar 13, 2018 Mar 13, 2018

Copy link to clipboard

Copied

LATEST

The issue has been fixed with update  Adobe AIR.

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