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

switching between different apps in mobile flex 4.5.1

New Here ,
Dec 16, 2011 Dec 16, 2011

Copy link to clipboard

Copied

Hi all,

I have requirement like i want to know which callback or state or method will be usefull if i am killing the app and moving to other app.Or the viceversa scene. Multitasking in ipad.

Thanks

TOPICS
Development

Views

766

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 ,
Dec 19, 2011 Dec 19, 2011

Copy link to clipboard

Copied

LATEST

You should set the UIApplicationExitsOnSuspend to true if you want to exit the app on pressing Home button. The API NativeApplication.nativeApplication.exit() does not work on iOS because iOS does not provide any way for an application to exit programatically.

<iPhone>

    <InfoAdditions>

       <![CDATA[<key>UIDeviceFamily</key><array><string>1</string></array><key>UIApplicationExitsOnSuspend</key><true/> ]]>

    </InfoAdditions>

  </iPhone>

Thanks,

sanika

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