I want my ap开发者_运维知识库p to quit when the user taps the home button, without going to the background. Is this possible?Set the key UIApplicationExitsOnSuspend to true in your info.plist. See the
I have an audio app in the store. It works fine with versions of the iPhone OS before iOS 4.0. I am working on a new version, starting by bringing the app into compliance with the new iOS multitasking
I have the UIApplicationDelegate开发者_C百科 protocol in my main AppDelegate.m class, with the applicationDidBecomeActive method defined.
I wa开发者_Go百科nt to close other application running background with my app how can i do it?not possible
I have used the code from apples example from this page: Link, bu开发者_开发技巧t I can\'t seem to get the sound to repeat. I have checked other applications, such as skype (for VOIP) and Alarm Clock
I\'m currently testing the latest iOS4 Feature to put my location aware app in the background. Well, it does work! But on the other hand it\'s quite hart to handle the immense power usage.
UIApplicationExitsOnSuspend does not force my app to exit. I have cle开发者_StackOverflow中文版aned the target, removed the app, rebuilt, and reinstalled many times.
1- How can i disable multi tasking? My application is asocket based game, every time i start the app, it MUST load the main page first to start the socket connection?
I want to detect application states and send it to the server. In the new OS4, with multitasking there are some methods available to help detecting the states:
I (and you) know how to play audio in background开发者_如何学运维. But my question is like that,