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 80 forks source link

getInitialLink is working on Android but not IOS. Only uriLinkStream are working on IOS side. #169

Open MohsinIkram-Auxilium opened 1 week ago

MohsinIkram-Auxilium commented 1 week ago

Hi, I'm using this package app_links: ^6.3.2. I'm facing an unexpected issue."getInitialLink" This is working fine on Android side. When I click on any link then I'm getting the latest deep link. But for IOS its not working. when i click on the link then only the application opened, but it does not listen or getting link. Only "uriLinkStream" is working on both sides.

Also my whole app is depending on the Getx package. Can you please guide me how can do this deep linking with Getx package. Looking forward your kind response. Thanks

Ngochiendev commented 1 day ago

Hi, I'm using this package app_links: ^6.3.2. I'm facing an unexpected issue."getInitialLink" This is working fine on Android side. When I click on any link then I'm getting the latest deep link. But for IOS its not working. when i click on the link then only the application opened, but it does not listen or getting link. Only "uriLinkStream" is working on both sides.

Also my whole app is depending on the Getx package. Can you please guide me how can do this deep linking with Getx package. Looking forward your kind response. Thanks

same issue, Have you found the solution yet?

MohsinIkram-Auxilium commented 1 day ago

@Ngochiendev No. i just used the uriLinkStream for both platforms. Its working fine on both sides