Closed Sansuihe closed 3 weeks ago
Hi @Sansuihe, thanks for the report. Kindly checkout this Stack Overflow potential solution to see if it resolves your issue.
Hi @Sansuihe, thanks for the report. Kindly checkout this Stack Overflow potential solution to see if it resolves your issue.
Thank you. It is indeed the reason why I rewrote the application, but I have to close my previous rewrite in order to execute it correctly
Does that mean the issue has been resolved?
Does that mean the issue has been resolved?
Yes, thank you.
Is there an existing issue for this?
Which plugins are affected?
Analytics
Which platforms are affected?
iOS
Description
bug:When I used firebase for flutter project and needed to do deepLink special processing by myself, everything was normal on Android platform using app_links, but on ios platform deepLink started the App normally but could not normally get the url of the launch listener callback.
My deeplink link was intercepted by Firebase abnormally, so that both Firebase and app_links are wrong. Firebase displays the above error message, while app_links has no callback information. I actually want to receive it from app_links. No need for this Firebase intercept
flutter version 3.22.2;
app_links: ^6.1.3
firebase_core: ^3.6.0
Reproducing the issue
flutter version 3.22.2; I introduced the following plug-ins in the project to use in other projects can also reproduce this problem,I'm not sure who intercepted it but I didn't introduce firebase_dynamic_links。
Firebase Core version
3.6.0
Flutter Version
3.22.2
Relevant Log Output
Flutter dependencies
Additional context and comments
I got the results I wanted as expected on the ios platform in the following ways,But Firebase's error message is always there. I'm not sure why Firebase uses deeplink by default。