我需要终止在 iPad 上运行的用户应用程序,同时我的应用程序仍在运行

发布于 2024-10-23 16:29:52 字数 476 浏览 1 评论 0原文

可能的重复:
如何以编程方式关闭所有其他应用程序从我的 iPhone 应用程序?

来发现IOS系统的功能,所以我想知道是否有某种方法可以获取我的设备上运行的所有进程的列表: Iphone、Ipad 或 Ipod。然后我想使用PID列表或进程ID列表来迭代它并杀死它们,一一杀死它们,但只杀死某些进程,特别是那些由用户启动并且不是系统关键进程的进程。 我从 XCODE 文档中找到了一些关于如何终止在 MAC OS 上运行的进程的示例,但没有找到有关 IOS 的信息,我不知道开始搜索的起点,也不知道我需要寻找的 IOS 框架是什么。

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

I am developing a test application to discover the capabilities of IOS system, so I would like to know if there is some way where I can get the list of all processes running on My DEVICE said it: Iphone, Ipad or Ipod. Then I would like to use the PID List or Process Id list to iterate over it and Kill them all, one by one but only certain processes specially those which were started by the user and aren't critical process of the system.
I have found some example from XCODE documentation about how to kill processes running on MAC OS but nothing about IOS, I dont know the starting point to begin my searching, or what is the IOS framework I need to seek.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乖乖哒 2024-10-30 16:29:52

你不能,iOS 根本不允许你访问其他应用程序。

You can't, iOS doesn't allow you to access other applications at all.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文