I haven't worked in Android before, but I know that Application.Quit(); does not work in the web version. We had to remove Quit buttons from the web version of our game, instead allowing for the user to default to the "retry" option, or simply use their browser to navigate away.
What is the convention for Android? It's possible that Application.Quit(); might not be the proper choice.
↧