Open MohsinIkram-Auxilium opened 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
same issue, Have you found the solution yet?
@Ngochiendev No. i just used the uriLinkStream for both platforms. Its working fine on both sides
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