Universal Links点击链接,跳转不到应用内。不知道哪里配置错了
xocde中的配置,如下图:
确定能从applinks后面的链接+apple-app-site-association,这个地址下载到Jason文件,
文件内容如下:
appid为:Prefix.ID
Appdelegate中已实现以下方法:
参考文章:
http://strivingboy.github.io/blog/2015/09/27/ios9/
https://blog.branch.io/how-to-setup-universal-links-to-deep-link-on-apple-ios-9
May I ask if the poster has solved it? I encountered the same problem
When the App is installed, it will first visit https://your-domain/.well-known/apple-ap... and download this file. If there is no such file in this location, 404 should be returned.
If it is not found above, the app will then visit https://your-domain/apple-app-site-assoc... and download it.
There cannot be a redirect in the above two locations, otherwise it will cause failure.