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.
I'm afraid it impossible in reliable way.
You can try:
as stated here: https://stackoverflow.com/a/49041704/5226328 but it can be rejected by Apple.