I am implementing Universal link to my app.My problem is when I press link take me to safari and show my pop up screen ask me to downlaod apple -app-site-asscoiation instead of open the app, I am using real device not the simulator
this is the link
https://emd.digitom.mosaic-dev.siemens.cloud/.well-known/apple-app-site-association
- this is my associated domains
apple -app-site-asscoiation
{ "applinks": { "apps": [], "details": [ { "appID": "Teamid.Bunduleid", "paths": ["digitom-password-reset/*","digitom-confirm-email/*"] } ] } }
APP delegate code