Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我读到没有什么像 NSWorkspace for iOS
等效于 iOS 的 NSWorkspace
不幸的是,我想在我的应用程序中有一个按钮,可以运行其他一些应用程序(在后台)。没有 NSWorkspace 有可能吗?
您的第一个问题是您无法像在 Mac 上那样在后台运行应用程序。
但是,假设仅仅启动一个应用程序就足够了,答案是:这取决于。另一个应用程序需要定义一个 URL 方案。不幸的是,并非所有人都这样做。然后你只需调用[UIApplication openURL:].
[UIApplication openURL:]