objective-c - iOS Universal Links 跳转失败
阿神
阿神 2017-05-02 09:22:54
0
2
581

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

阿神
阿神

闭关修行中......

reply all (2)
伊谢尔伦

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.

      Latest Downloads
      More>
      Web Effects
      Website Source Code
      Website Materials
      Front End Template
      About us Disclaimer Sitemap
      php.cn:Public welfare online PHP training,Help PHP learners grow quickly!