小编Pee*_*Key的帖子

How to serve apple-app-site-association file on /apple-app-site-association page in ReactJS

I'm having a lot of trouble with serving a apple-app-site-association file in ReactJS project.

I've searched a lot of GitHub issues pages (for ReactJS, Gatsby, and Angular), forums, and a lot of online communities, and it seems that I can't find a solution for this.


What I've tried is:

  • Adding the file into public/.well-known folder.
  • Adding a separate route via react-router on path "/apple-app-site-association" and returning an tag with file
  • Adding <link rel="apple-app-site-association" href="%PUBLIC_URL%/.well-known/apple-app-site-association"> into public/index.html

Testing through the …

ios reactjs ios-universal-links apple-app-site-associate

7
推荐指数
1
解决办法
3481
查看次数