Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

What my addroid app supposed to do when user press the back button ?

Discussion in 'Getting Started' started by narf03, Mar 23, 2015.

  1. narf03

    narf03

    Joined:
    Aug 11, 2014
    Posts:
    222
    Currently i handle the back button with

    Application.Quit();

    But after the app closes, i get the message saying my app has crashed(unfortunately, seriously?), what is the correct action my app supposed to do ? or how to prevent the crashed message when i decided to close my app ?

    Thanks.