Calf is a library that allows you to easily create adaptive UIs and access platform specific APIs with Compose Multiplatform (Adaptive UI, File Picker, WebView, Permissions...).
On iOS 18, openAppSettings() for notifications fails with:
BUG IN CLIENT OF UIKIT: The caller of UIApplication.openURL(_:) needs to migrate to the non-deprecated UIApplication.open(_:options:completionHandler:). Force returning false (NO).
On iOS 18, openAppSettings() for notifications fails with:
Here is a relevant apple thread: https://forums.developer.apple.com/forums/thread/763568
This PR fixes the issue.