RaphaelWoude / capacitor-native-settings

Capacitor plugin to open native settings screens for android and iOS
MIT License
95 stars 30 forks source link

Use `UIApplication.openNotificationSettingsURLString` on iOS >= 16 #42

Open diesieben07 opened 1 year ago

diesieben07 commented 1 year ago

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.