I want to programatically fetch the value of "Allow these Apps to use your account" in Twitter Settings Page and if it is disabled open the Settings Page so the user can manually change the value.
I have tried to open settings page in Twitter in iOS 8.1 using the code :
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@”prefs:root=TWITTER”]];
But it does nothing in iOS 8+.Does anyone know how to fetch this value programatically and redirect to Settings Page of twitter ?