Quiting out of GS files
HawtSawce
Member Posts: 42
Hi,
I am pretty new to GS but not interactive softwares. I can't seem to find some way to quit out of GS using some type of behavior on a button. Was unable to find any search functions on the forum to see if this was already posted. I also noted when I compile and run my program on the iphone, quit, and then restart it, it continues from where it was last. Seems like it never quit, sort of alt-tabbed. Is there a way to add code for the home key on the iphone to ensure this is quiting?
Thanks,
Hawt
I am pretty new to GS but not interactive softwares. I can't seem to find some way to quit out of GS using some type of behavior on a button. Was unable to find any search functions on the forum to see if this was already posted. I also noted when I compile and run my program on the iphone, quit, and then restart it, it continues from where it was last. Seems like it never quit, sort of alt-tabbed. Is there a way to add code for the home key on the iphone to ensure this is quiting?
Thanks,
Hawt
Comments
If you want to 'force quit' an app, you have to double-click the Home button to show all of your running apps, then press the icon until it shakes, and then click the minus button.
Apparently you can do it if the 'UIApplicationExitsOnSuspend' key is specified and set to true in the app's info.plist file.
I am not sure we are able to edit the info.plist file? I have never done so.