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 应用程序。
在 safari 的网页中设置应用的唯一 URL 方案并设置指向应用的 URL 方案的链接
& 你也可以处理来自 safari 的参数
http://yashesh87.wordpress.com/2012/01/03/open-your-iphone-app-from-safari-browser-in-iphone-using-url-schemes/