You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
cornflakes
added a commit
to cornflakes/capacitor-native-settings
that referenced
this issue
Sep 3, 2024
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.The text was updated successfully, but these errors were encountered: