开发者

iPhone xCode quit multitask applications

开发者 https://www.devze.com 2023-01-28 04:31 出处:网络
is it possible 开发者_开发问答from my new app to quit all \'other\' apps that are running in multitask mode. I\'ve got about 30 and can\'t be bothered quiting each one. Or do I not have access to othe

is it possible 开发者_开发问答from my new app to quit all 'other' apps that are running in multitask mode. I've got about 30 and can't be bothered quiting each one. Or do I not have access to other multitask modes from my application.

Thanks Rob


No. There is no chance to kill other applications.


One app cannot force others to quit. Furthermore, there should be no need to do so.

If memory becomes constrained, the OS will issue escalating low memory warnings to everyone requesting that they free memory. If they refuse or are unable to do so then they'll be terminated. The front running app will be the last to be terminated.

0

精彩评论

暂无评论...
验证码 换一张
取 消