Deeplink URLs
In order to use most of our Flutter features (such as social connections), you will first have to set up the list of mobile deeplink URLs Dynamic may use to redirect back to your app.
For security reasons, when deeplinking back to your app, we must verify whether the appâs deeplink URL is included in this list. If it isnât, Dynamic will not perform the deeplink.
How to set up your app for deeplinking
Configuring your appâs custom scheme
First, you should follow Flutterâs guide on enabling deeplinking for your app here.
Registering your appâs deeplink URL with Dynamic
Afterwards, head to your Dynamic dashboardâs Security page and enable âWhitelist Mobile Deeplinkâ. Click âSave changesâ.
Next, click the cog in this same section to open up the
Mobile Deeplink URL page, and there
you must add your appâs deeplink URL with the same custom scheme you configured in the previous step.
It might look something like this: myappcustomscheme://
.
With this, youâre done! Dynamic is ready to deeplink back to your app.