Search code examples
androidiosstoredeep-linkingfirebase-dynamic-links

How to test a mobile deep links from App/Play Store in a Flutter app?


I have a mobile app (developed with Flutter but not relevant for this question).

The app uses Firebase Dynamic Links functionality to bring the user inside and activate some functionalities. I tried to activate the link with the app already installed on the device and it works nicely. Now I want to test if the DL works also if passing from the App/Play Store, but since the app is not released yet I can't figure how to do that.

Any idea?


Solution

  • If you have built you app on release mode and installed on a device and worked, It should be the same behavior on the app downloaded from Play Store