suchen

Heim  >  Fragen und Antworten  >  Hauptteil

objective-c - iOS Universal Links 跳转失败

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

阿神阿神2840 Tage vor654

Antworte allen(2)Ich werde antworten

  • 伊谢尔伦

    伊谢尔伦2017-05-02 09:24:54

    请问楼主解决了吗,遇到了同样的问题

    Antwort
    0
  • PHP中文网

    PHP中文网2017-05-02 09:24:54

    • App安装完时, 会首先访问 https://your-domain/.well-known/apple-ap... 并下载这个文件. 如果这个位置没有这个文件应当返回404.

    • 如果上面没找到, 刚app会接着访问https://your-domain/apple-app-site-assoc... 并下载.
      以上两个位置不能有redirect, 否则会导致失败.

    Antwort
    0
  • StornierenAntwort