Requests to /.well-known/apple-app-site-association

后端 未结 5 812
無奈伤痛
無奈伤痛 2020-12-14 14:22

I just checked my server logs and found the following weird requests coming in quite a lot. I have iOS 9 Universal Linking implemented, but those requests are running agains

5条回答
  •  眼角桃花
    2020-12-14 15:10

    i believe iOS 9.3 introduced slightly different lookup logic around the apple-app-site-association file and the app handoff feature.

    "Handoff first searches for the file in the .well-known subdirectory (for example, https://example.com/.well-known/apple-app-site-association), falling back to the top-level domain if you don’t use the .well-known subdirectory."

    see: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/Handoff/AdoptingHandoff/AdoptingHandoff.html#//apple_ref/doc/uid/TP40014338-CH2-SW10

提交回复
热议问题