i got jailbreak iphone ios 6
in my tweak on ios 4&5 I used (void) kill to close other app running in the background. this is my code:
#import "SBApplication.h"
SBApplication *app ;
app = [[objc_getClass("SBApplicationController") sharedInstance]
applicationWithDisplayIdentifier:@"my killed program id "];
if(app)
[app kill];
now when i trying that in ios 6 i cant get this to work ! need help?
作者在iOS 6中尝试使用void kill来关闭后台运行的其他应用程序,但发现该方法无法正常工作。通过提供代码示例和详细解释,文章深入探讨了解决这一问题的方法。


被折叠的 条评论
为什么被折叠?



