I am writing an app, that needs to, basically, free the multitasking panel in iOS, so by pressing one button the memory frees and the apps disappear from the multitasking panel. Is there any not-banned by Apple way to do it without private APIs?
Thank you!
This is not possible, but the iOS terminate apps by himself when needs memory (whithout removing icons)
source : http://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneosprogrammingguide/CoreApplication/CoreApplication.html#//apple_ref/doc/uid/TP40007072-CH3-SW47