0

Followed all steps for deep linking and universal linking and it still opens browser instead of the app.

Placed the "Associated Domains Entitlement" file:

https://1075.fm/.well-known/apple-app-site-association (tried both versions)

{ "applinks": { "details": [{ "appIDs": ["E2RZ87K2VL.com.tricode.RadioHaifa"], "components": [{ "/": "*" } ]}]}}

{ "applinks": { "apps": [], "details": [{ "appID": "E2RZ87K2VL.com.tricode.RadioHaifa", "paths": ["*"] }]}}

Put this tag in the app.json file under "ios"

{ "expo": { "ios": "associatedDomains": ["applinks:1075.fm", "applinks:www.1075.fm"] }}

Updated LinkConfiguration accordingly:**

enter image description here

P.S. - Tried with testflight & all variations with "*" and without.

Lishar
  • 31
  • 1
  • 5

0 Answers0