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.
可能重复: 从另一个 (iOS) 打开应用程序
如果 iPhone 上安装了另一个应用程序(也是由我创建的),我想通过单击按钮打开我的应用程序。我该怎么办??
您需要在要启动的应用程序的 Info.plist 中注册自定义 URL 方案。然后在执行启动的应用程序中,您可以使用UIApplication openURL:其他应用程序的自定义 URL 方案传入一个 URL。
UIApplication openURL:
使用以下方法
- (BOOL)canOpenURL:(NSURL *)url; - (BOOL)openURL:(NSURL*)url;
URL_SCHEME您应该在构建设置 ( info.plist) 中为您要打开的应用程序指定url 。
URL_SCHEME
info.plist