Open Sansuihe opened 2 weeks ago
Check your source code I found using AppLinks. Shared. HandleLink can give flutter listener callback as a result, and then I made the following treatment in ios can as I expected received app_links listener callback。
override func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool {
AppLinks.shared.handleLink(url: url)
}
**flutter version 3.22.2;
app_links: ^6.1.3
firebase_core: ^3.6.0**
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.
In this error message, Firebase got my deeplink parameter, but the app_links listener got no feedback