AndroidManifest.xml
to enable deep linking in your app.
Add the following to your AndroidManifest.xml
:
YOUR_CALLBACK_URL_SCHEME_HERE
with your scheme, for example flutterdemo
.
android:taskAffinity=""
from your AndroidManifest.xmlAndroidManifest.xml
, remove any android:taskAffinity=""
from the activity tag. This prevents a bug on Android where the popup does not close properly.
redirectUrl
to your DynamicSDK.init
call so it matches your scheme.
flutterdemo
scheme:
flutterdemo://*