iosiphoneios4home-button

Home button minimizes the app


I have created a small app using the sdk 4, app works perfectly fine, but when the user hits the home button to exit and when he comes back, the app doesn't go to the home screen, it continues from the state (screen) which the user hit the home button. How can I reset it?


Solution

  • Add this entry to info.plist,

    'Application does not run in background'

    And tick it.