How to redirect to Battery health page in iOS programmatically ?

e are using the following code

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=General&path=Battery"]];

But the code doesn't work.

Are there any new redirection API for iOS 12.