In my app I’m using the code below to get user to Notifications screen when he taps a button.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=NOTIFICATIONS_ID"]];
This works ok, on iPhone and iPod, but it doesn’t work on iPad.
Any ideea?
Thanks
Edit: Application is not universal.
I found the problem. It is the iOS version.