search

Home  >  Q&A  >  body text

iOS Universal Links jump failed

Universal Links Clicking on the link will not jump to the app. I don’t know where the configuration is wrong.
The configuration in xocde is as shown below:

Make sure you can get the link appl from the back of applinks e-app-site-association, this address is downloaded to the Jason file. The content of the
file is as follows:

appid is: Prefix.ID

The following methods have been implemented in Appdelegate:

Reference article:
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

阿神阿神2834 days ago651

reply all(2)I'll reply

  • 伊谢尔伦

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

    May I ask if the poster has solved it? I encountered the same problem

    reply
    0
  • PHP中文网

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

    • 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.

    reply
    0
  • Cancelreply