Universal Links / App Links
Enable Self-Hosted Share Links to provide a seamless experience. This feature supports iOS Universal Links and Android App Links — users tapping your website URLs (product, category, blog, etc.) on their phone will open it directly in the app and navigate to the corresponding screen. Otherwise, the link will open in the browser.
Configuration
Follow these simple steps to enable this feature:
- Create your app on FluxBuilder.
- Go to Features > in General, open Dynamic Link Config
- In the Dynamic Link Service, select “Self Hosted”
- Enter data.

Note:
- iOS setup: Upload
apple-app-site-association(no extension) tohttps://yourdomain.com/.well-known/apple-app-site-associationwithContent-Type: application/json - Android setup: Upload
assetlinks.jsonto https://yourdomain.com/.well-known/assetlinks.json - Required: Set
websiteUrlandwebsiteDomaininconfigs/env.props - Supported deep link paths:
/product/*,/product-category/*,/collections/*,/brand/*,/product-tag/*,/store/*,/listing/*,/blog/*,/post/*