Skip to main content
Known Participant
August 4, 2011
Answered

Disable Multitask CS 5.5, is it possible?

  • August 4, 2011
  • 2 replies
  • 1686 views

Hi,

I was wandering if is there a way to disable multitasking in a Flash CS5 iOS app.

I need that if the user click the home button on iPad or iPhone the app restart when the icon is clicked again...

Any ideas?

Thanks

This topic has been closed for replies.
Correct answer sanika Kulshreshtha

Any ideas Please?


You can open the xml in CS 5.5 itself. Edit it and save. The iPhone section should look like the following:

<iPhone>

         <InfoAdditions><![CDATA[

             <key>UIDeviceFamily</key>

             <array>

                 <string>1</string>

                 <string>2</string>

             </array>

             <key>UIApplicationExitsOnSuspend</key>

            <true/>

         ]]></InfoAdditions>

         <requestedDisplayResolution>high</requestedDisplayResolution>

</iPhone>

Thanks,

Sanika

2 replies

August 4, 2011

In the InfoAdditions part of the iPhone Section, add

<key>UIApplicationExitsOnSuspend</key>

<true />

Known Participant
August 4, 2011

Thank you both!!!!

The XML file is the created with the app?, I mean, when I create a xxxx.IPA there is another file called xxxx.XML ... is there when should I add the parameter you said?

But, when I submit my app to Apple I dont have way to senf the XML ?

How is it done?

Thanks again

Participating Frequently
August 4, 2011

Set

in the iPhone section of application xml.

Regards,

Sanika