I'v found an project that allow some action in SpringBoard so can we create an app to kill all apps running on the background??
Asked
Active
Viewed 536 times
1 Answers
1
Yes you can but you have to use the private framework BackBoardServices you can find the headers of this framework here
BKSTerminateApplicationGroupForReasonAndReportWithDescription(1, 5, 21, @"Kill all the apps");
or if you want to kill only a specific app
BKSTerminateApplicationForReasonAndReportWithDescription(@"com.apple.mobilesafari", 5, 1, @"Kill safari");

Karim H
- 1,543
- 10
- 24
-
Can you give me your Twitter or FB account I need some help please – Mohammad Abuhassan Jun 02 '16 at 12:39
-
what help do u need ? – Karim H Jun 02 '16 at 20:42
-
to create this simple app – Mohammad Abuhassan Jun 02 '16 at 20:55
-
@Karim code is not working in my project i need some help please – Himanshu Patel Mar 15 '17 at 12:53
-
Doesn't work on iOS 11 from my experience and I haven't found an alternative yet. – Miroslav Kovac Mar 05 '18 at 16:43