iPhone/iPad. How do I launch an app from link in Safari?

半城伤御伤魂 提交于 2019-11-30 05:27:09

问题


I have an app that I want to be launchable either explicitly when tapped or when a parameterized URL is clicked on on a webpage in Safari running on iPad or iPhone.

Can someone sketch the approach for me and/or point me to the relevant docs? Thanks so much.

Cheers,
Doug


回答1:


You basically need to register your own URL scheme in Info.plist, and your app becomes launchable. If you want to fine-tune the app behavior when launching from an URL, you can parse the parameters that are passed to your app as part of the URL, and do whatever you wish based on those.

Here’s the official Apple guide about the same topic.



来源:https://stackoverflow.com/questions/2655366/iphone-ipad-how-do-i-launch-an-app-from-link-in-safari

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!