What does double-tapping on the home button exactly do?
What does double-tapping on the home button exactly do?
- Does it list the applications running in background, OR
- Does it list recently used applications?
I've implemented the "Application does not run in background" in my Info.plist file. In spite of t开发者_如何学JAVAhis my application shows on double tapping the home button !! Yes I have tried a clean build.
It shows all recently-used apps, not just the multi-tasking ones. If you try to tap your app now, it will start exactly like it was first launched, displaying the launch image first before initializing (calling application:didFinishLaunchingWithOptions:
and sending the relevant notifications).
精彩评论