How to enable it:
To support link mode add a universal link for your dapp in Cloud project configuration dashboard, configure your Metadata with a valid universal link and set thelinkMode
property to true
:
How does it look without Link Mode?
Platform specifics:
To enable universal links for your app, refer to React Native Documentation.
After following the steps provided in the official guide:
After following the steps provided in the official guide:
- Ensure that you handle incoming Universal Links in the your
AppDelegate.mm
file.
- Open your project in XCode and go to
Settings/Signing & Capabilities/Associated Domains
to add the new domain. After this,your_project.entitlement
should look like this:
- Update/Create your domain’s
.well-known/apple-app-site-association
file accordingly.