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
176 stars 68 forks source link

return url on iOS and Android #39

Closed MamdRoyalWorld closed 1 year ago

MamdRoyalWorld commented 1 year ago

_appLinks.allUriLinkStream.listen((uri) { // Do something (navigation, ...) });

will return the url (https://myapp.com?page=$pageName&id=$id&country=$country), with the data passed in it on(on Android), but on iOS will return the short url (https//:myapp.page.link/...).

how to get the iOS to return the same url as Android

llfbandit commented 1 year ago

I guess you are coming from Firebase Dynamic Links? If so, you are advised to use their dedicated package for this.