RaphaelWoude / capacitor-native-settings

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

IOS (v18) opens SettingsPage instead Notificationspage #54

Open Excel1 opened 1 month ago

Excel1 commented 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.

stephan-fischer commented 3 weeks ago

@Excel1 In iOS 18, you can no longer directly access the general notification settings. Instead you can open the app specific notification settings > #42