Hi all, I am React Native developer. Recently i implemented Universal links for my app. For that i have done 2 steps.
a) adding the 4 applinks in associated domain
dev : web.dev.{appname}.com
qa : web.qa.{appname}.com
staging : web.staging.{appname}.com
prod : custom Domain.com
b) Hosting the Apple-app-site-association file in the respective servers => I hosted this file through the web developer with link tag from web.
hosting path sample :web.dev.{appname}.com/apple-app-site-association
It is working fine in Dev, qa, staging servers i tested through safari it is showing my app .It is not working on prod server here it is not showing any thing. Can any know aware of that what is the issue how to proceed further.