How can I programmatically close all other applications from my iPhone application?

前端 未结 3 1000
后悔当初
后悔当初 2021-01-24 02:37

Is it possible to programmatically close all running applications on the iPhone except my own from within my own application? If so, how?

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-24 03:20

    An app doesn't have access to the home button on a stock device. The only other access to any other apps in the background is if they have registered a URL handler.

提交回复
热议问题