Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7011017
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:04:25+00:00 2026-05-27T22:04:25+00:00

i wrote an application on the Xcode 4.2 using iOS SDK 5.0. i have

  • 0

i wrote an application on the Xcode 4.2 using iOS SDK 5.0.

i have set the UIApplicationexitonsuspend in the info.plist to YES but when i double press the home button, the application is still in the multitasking bar.

i have deleted the app from my iPhone 4s and resend it again from Xcode but still the exit on suspend does not work. application still lingers on multitasking tab.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T22:04:26+00:00Added an answer on May 27, 2026 at 10:04 pm

    The fact that your app icon is shown in the “multitask tab” does not mean that your app is still there.

    The “multitask tab” simply shows a list of all the apps that you have run.

    A simple way to assess if an app is launched anew when you touch it, is by doing the following steps:

    1. launch your app;

    2. close it by pressing the home button;

    3. relaunch the app and inspect the image that it shows on startup. If this image is your “Default.png” image, then the app was launched anew. If you find your app in the state you left it, then the app was simply made active again (i.e., it was in the background).

    A more advanced way to see what happens when you launch your app is put an NSLog trace in your app delegate methods:

    - (void)applicationDidEnterBackground:(UIApplication *)application {
    }
    
    
    - (void)applicationWillEnterForeground:(UIApplication *)application {
    }
    

    If you will see the traces printed out, then it means that the app was not quit on suspend.

    Conversely, you could put a trace in:

    - (void)applicationWillTerminate:(UIApplication *)application {
    }
    

    if it is called when you press the home button, then the app does not enter the background state, rather it quits.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wrote an application using ASP.NET MVC, in this application I have an Index
I wrote an application server (using python & twisted) and I want to start
I wrote an application that loops through a set of records and prints two
I have wrote an application that syncs two folders together. The problem with the
I wrote a C# application for a client a couple of years ago, but
I have a mac application(written with xcode) i have to write a .net application
Just starting out with an iPhone application using xcode 4.2. I understand that it
I am using CoreData in an iOS application. Everything works fine except for fields
I am using XCode 4. In My applicaion I have Files WelcomeViewController FirstViewController SecondViewController
Using Xcode 4.2 and ARC, I wrote the following code before I had any

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.