I am facing an issue in implementing deeplink using this package.
All this are done as per the documentation.
I managed all deeplinks on Firebase Console - Dynamic Links page.
App chooser bottom sheet opens up listing the app, browser options
When user selects the browser option say Chrome, the deeplink fetched contains all query params i.e., name=ABC in above deeplink example
But, when user selects the App option, the deeplink is fetched but without query params!
I am facing an issue in implementing deeplink using this package. All this are done as per the documentation. I managed all deeplinks on Firebase Console - Dynamic Links page.
Deeplink tapped from text message...
(operation performed on Android Platform)
When user selects the browser option say Chrome, the deeplink fetched contains all query params
i.e., name=ABC
in above deeplink example But, when user selects the App option, the deeplink is fetched but without query params!