- Home /
Application quit shows error in iOS
I have prepare build for iOS and on simulator its works fine. But when I press quit button it shows me following error in xCode.
On quit button click event I just written
Application.Quit();
Why it is firing error that I can't able to understand. I just want to close game when user press on quit button. Although I want to mention that I am running my game in simulator not on actual device. Please help me to solve this problem.
Answer by Eric5h5 · Nov 14, 2014 at 05:17 AM
Short version of what the comment links to: remove the quit button. I believe Apple rejects apps for having one anyway.
@Eric5h5, I can't able to understand what you are trying to say? As per my understanding I have to remove quit button from game.
Your answer
Follow this Question
Related Questions
Error building to iPhone simulator 1 Answer
Execute native ios code in unity 1 Answer
Error linker IOS / Unity - XcODE 2 Answers
Problems when building using Xcode 0 Answers
Where is liphone-lib? 1 Answer