I'm trying to use:
UIApplication.shared.open(URL(string:"App-Prefs:root=NOTIFICATIONS_ID")!, options: [:], completionHandler: nil)
But it's just sending me to the Settings app, not to the Notification tab.
I have tried this without luck.
Any solution?