我们可以创建一个应用程序来在后台杀死所有应用程序而无需越狱吗?

Can we create an app to kill all app in background without jailbreak

我找到了一个允许在 SpringBoard 中执行某些操作的项目,所以我们可以创建一个应用程序来终止后台的所有应用程序 运行 吗??

可以,但是你必须使用私有框架 BackBoardServices 你可以找到这个框架的 headers here

BKSTerminateApplicationGroupForReasonAndReportWithDescription(1, 5, 21, @"Kill all the apps");

或者如果您只想终止特定应用程序

BKSTerminateApplicationForReasonAndReportWithDescription(@"com.apple.mobilesafari", 5, 1, @"Kill safari");