【发布时间】:2016-06-17 07:56:38
【问题描述】:
我们按照苹果文档为我们的应用创建了通用链接:https://developer.apple.com/library/ios/documentation/General/Conceptual/AppSearch/UniversalLinks.html
而且它工作正常,当我点击链接时,我的应用程序成功打开。但是在我的应用程序的状态栏中,我得到了两个链接。 1.在左上角,回到我收到链接的短信应用程序。 2. 其他在右上角,我的应用商店链接。
如果我点击链接 2,通用链接没有 lpnger 工作。
有什么想法吗?
【问题讨论】:
标签: xcode ios9 deep-linking url-scheme ios-universal-links