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

exit from an ios app

Explorer ,
Mar 04, 2019 Mar 04, 2019

Copy link to clipboard

Copied

too late now since current animate version can no longer export as an ios app (SDK Version Issue - This app was built with the iOS 11.0 SDK. Starting March 2019, all iOS apps submitted to the App Store must be built with the iOS 12.1 SDK or later, included in Xcode 10.1 or later.),  but still, I made an app with an exit button

NativeApplication.nativeApplication.exit();

  break;

it works in android, and in desktop tests (targeted to air, either android or ios, not as a simple flash projector, which requires fscommand). but if the app is running in a real ios device, it will not work, and instead it will kill the app functionality. It will still show the app, with background animations, but it will stop responding to events or actions. how do I exit from an ios app

Views

544

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 06, 2019 Mar 06, 2019

NativeApplication - Adobe ActionScript® 3 (AS3 ) API Reference

Note: This method is not supported on the iOS operating system.

You can't do that, it's not Air problem, it's how iOS works.

Votes

Translate

Translate
Explorer ,
Mar 06, 2019 Mar 06, 2019

Copy link to clipboard

Copied

NativeApplication - Adobe ActionScript® 3 (AS3 ) API Reference

Note: This method is not supported on the iOS operating system.

You can't do that, it's not Air problem, it's how iOS works.

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
Enthusiast ,
Mar 07, 2019 Mar 07, 2019

Copy link to clipboard

Copied

LATEST

Regarding the SDK Version Issue, you should add the latest AIR beta SDK to Animate (go to "Help > Manage Adobe AIR SDK" in the Animate top menu). It's built with iOS 12.1 SDK.

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