Make sure that One-Click Auth is implemented before enabling Link Mode.
How to enable it:
- Add a Universal Link for your wallet in the Explorer tab of your Cloud project configuration, under the Mobile Linking section
-
Configure your
PairingMetadata’sredirect:object with that Universal Link -
Set the
linkModeproperty totrue:
Platform specifics:
- iOS
- Android
- Ensure that you handle incoming Universal Links in the appropriate methods of
AppDelegateorSceneDelegate. - Ensure that you have enabled the Associated Domains Capability in your XCode project and that your Universal Link is properly configured. (Depending on the previous states of your Provisioning Profiles it may be necessary to update or create new ones)
- Update/Create your domain’s
.well-known/apple-app-site-associationfile accordingly.
For a debugging guide, visit the Debugging Universal Links page.
You can check our Flutter’s WalletKit sample AppDelegate file as a reference.