RaphaelWoude/capacitor-native-settings

Use `UIApplication.openNotificationSettingsURLString` on iOS >= 16

diesieben07 opened this issue · 0 comments

It looks like Apple added support for deep-linking to the notification settings for an App using UIApplication.openNotificationSettingsURLString. It would be nice to use this when available instead of a hardcoded string. This way IOSSettings.Notifications could use the official API as well.