llfbandit / app_links

Android App Links, Deep Links, iOs Universal Links and Custom URL schemes handler for Flutter.
https://pub.dev/packages/app_links
Apache License 2.0
220 stars 81 forks source link

Not able to get multiple query params #151

Closed dishankjindal1 closed 2 months ago

dishankjindal1 commented 2 months ago

I am trying to pass something like this "https://stg.thesikka.com/download?page=/insurance_detail_form&reference-id=123123" but in the app function, i am only getting "https://stg.thesikka.com/download?page=/insurance_detail_form"

or trigger this deeplink -> "https://stg.thesikka.com/download?reference-id=123123&page=/insurance_detail_form" and getting only -> "https://stg.thesikka.com/download?reference-id=123123"

Basically whatever is the first query param, that will be received but not more than that.

llfbandit commented 2 months ago

https://github.com/llfbandit/app_links/blob/master/doc/README_android.md#testing ?

dishankjindal1 commented 2 months ago

@llfbandit - can you explain why is this happening?