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.
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 wayIOSSettings.Notifications
could use the official API as well.