Open Excel1 opened 1 month ago
Currently the v6.0.1 Version of this Plugin opens only the general SettingsPage by trying to open the notification page.
Used Code:
NativeSettings.openIOS( { option: IOSSettings.Notifications } )
On Android it works as expected.
@Excel1 In iOS 18, you can no longer directly access the general notification settings. Instead you can open the app specific notification settings > #42
Currently the v6.0.1 Version of this Plugin opens only the general SettingsPage by trying to open the notification page.
Used Code:
On Android it works as expected.