开发者

background processes iPhone iOS4 (Objective-c)

开发者 https://www.devze.com 2023-01-24 06:01 出处:网络
are t开发者_JAVA百科here any way to get list of background processes and handle them at iPhone iOS4 on my own program? which part of apple api include that ? is it possible at all? or OS defends this

are t开发者_JAVA百科here any way to get list of background processes and handle them at iPhone iOS4 on my own program? which part of apple api include that ? is it possible at all? or OS defends this processes ? pls give me some guide or advice thank you very much


You can find out what processes are running using the sysctl API (look at the kern.proc namespace), but you can't affect them in any way.

0

精彩评论

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