开发者

Equivalent of [[NSWorkspace sharedWorkspace] runningApplications] for iphone / iOS?

开发者 https://www.devze.com 2023-01-11 23:53 出处:网络
I\'ve been poring through Apple documentation for some time now but haven\'t found an iOS equivalent of the sharedWorkspace object that one can get from NSWorkspace in AppKit. Basically, I just want t

I've been poring through Apple documentation for some time now but haven't found an iOS equivalent of the sharedWorkspace object that one can get from NSWorkspace in AppKit. Basically, I just want the runningApplications method from it.

Can anyone point me in开发者_JS百科 the right direction?


There is no such method or analogue. This information is "off limits" on iOS.

0

精彩评论

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