I just save all the stuff I need to to .txt files every time the app quits, and 
reload it on startup. For my situation that provides the neatest way to 
implement the "suspension" and "resumption" of an app. In your case perhaps you 
can save the data then ask if they want it restored when they open the app 
again?

And for me, pressing the home button ALWAYS quits the app.

Gerry


On 15/06/2011, at 9:58 AM, Terry Judd wrote:

> What’s the best way to handle the situation when a user exits an iOS app by
> clicking the home button and what messages are sent? Our app has a data
> entry component and typically we’d ask the user if they wanted to save their
> stuff before they exited but clicking the home button just exits immediately
> without any user feedback. I’ve also noticed that clicking the home button
> and then reentering our app works the first time around but on the second
> attempt it seems to quit and restart – is anyone else seeing this?
 
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to