If the user denied device notification permission using capacitor push notification plugin. But on next launch it doesn’t prompt for allow or don’t allow. so How can we reach out to setting when the permission is not granted.
Why does NativeSettings.openIOS({ option: IOSSettings.App }); take me to the main Settings of the device instead of to the settings for the application?
I want to take the user to the area where they can change the permissions for the application.