iOS universal links not working?

后端 未结 5 2087
没有蜡笔的小新
没有蜡笔的小新 2021-02-08 07:14

I\'m having trouble getting universal links to work

  • We have added the json content to our site https://couchsurfing.com/apple-app-site-association
  • I have
5条回答
  •  悲哀的现实
    2021-02-08 08:06

    The Apple validator checks some other things that are not necessary for Universal Links to work, and unfortunately that often results on false positive error messages. The file at https://couchsurfing.com/apple-app-site-association looks good to me, and it passes this validator just fine.

    When clicking on a valid link, does the app not open, or just the delegate methods don't fire? These are two very different issues and would have different solutions. There are some troubleshooting steps you could try here, though some of those are specific to the Branch.io (full disclosure: I'm on the Branch team) linking platform.

提交回复
热议问题