How to open iOS app notification toggle (on/off) screen within device notification setting programmatically?
I have checked UIApplication.shared.openURL(URL(string: UIApplicationOpenSettingsURLString)!)
, but it opens only app root setting, not a notification sub section.