Comment on UIApplication.shared.open iOS 18 The bug with UIApplication.shared.open(_:) still persists This works: UIApplication.shared.open(url, options: [:]) This doesn't work: UIApplication.shared.open(url) UI Frameworks UIKit Oct ’24