Open sivo1981 opened 9 hours ago
Function openSettings doesn't work on iOS 18. Any ideas?
I have also tried with this code but no success
const settingsUrl = NSURL.URLWithString(UIApplicationOpenSettingsURLString) if (UIApplication.sharedApplication.canOpenURL(settingsUrl)) { UIApplication.sharedApplication.openURL(settingsUrl) } else { console.error('Unable to open settings URL.') }
Function openSettings doesn't work on iOS 18. Any ideas?
I have also tried with this code but no success