Im working on a mobile application(Flutter) of an insurance.
In the application we have an option to open an external app from our application, we are using external_url as a dependency of flutter, and in the AppDelegate we have the UIApplication.shared.open(url), that was working fine on IOS 17 until we installed the new iOS version(18)eather to open the external app if its already installed in the device or to navigate to App store. We added ":options" and "completionHandler:" to open(url) but nothing works. I can see that its a common issue in the developer forum since iOS 18+.
The big problem is the log doesnt show anything.