简体   繁体   English

如何在iOS中从我的应用程序启动第三方应用程序?

[英]How to start third-party app from my app in iOS?

I want to use an already installed app (ProCamera) from my app.On click of a button an already downloaded and installed app (ProCamera) should be launched from my app.I have searched and understand that its possible through custom URL scheme.But this app (ProCamera) is downloaded from AppStore,so can I add Custom URL to the downloaded app. 我想使用我的应用程序中已安装的应用程序(ProCamera)。单击按钮后,应从我的应用程序中启动已下载并安装的应用程序(ProCamera)。我已经搜索并了解可以通过自定义URL方案来实现。此应用程序(ProCamera)是从AppStore下载的,因此我可以将自定义URL添加到下载的应用程序中。

Please help me with possible solution.And also if this is possible or not? 请帮助我提供可能的解决方案。还有可能吗? Thanks 谢谢

The only way to launch ProCamera is to ensure it has its own custom URL scheme. 启动ProCamera的唯一方法是确保它具有自己的自定义URL方案。 If there is none, you, unfortunately, are unable to launch it from your app. 如果没有,则很遗憾,您无法从您的应用程序启动它。

Update : try this one procameraapp:// 更新 :试试这个procameraapp://

Please refer this link. 请参考此链接。 Link 链接

You can directly add the Apple Application Link there. 您可以在此处直接添加Apple Application Link。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM