Quit game action not for iOS?

So I created a button and created a event that runs the action “Quit the game” when the button is tapped.

Works fine in the GDevelop game preview and on Android phones, but it does nothing on iPhones. Is this intentional. If yes is there a way around it?

Thanks in advance :slight_smile:

Dan

Indeed it’s not working on phones because it’s not very common to even have anything to “quit” an app on iOS/Android. I could implement this but I would just suggest to remove any button to quit your game on mobile :wink:

Makes sense in a way. But considering we also have no control over the back buttons in android or ios… It would seem a bit “un-userfriendly”… Don’t you think…