So either:
- The app never quits by itself
- Or configure it such that it never suspends (info.plist "Application does not run in background" ==> TRUE)
- Call "exit(0)" when app in background i.e. "applicationDidEnterBackground" callback
My online tech scrapbook where I keep my notes in case I need to look them up later
No comments:
Post a Comment