0

Im using Social.Framework for sharing app specific info to Facebook as well as Twitter everything is working except, if user is not already logged in to Facebook and Twitter in his device that time I want to show a message like login to these sites in device settings and I need to navigate user to Device Settings on tap of this button, my apps minimum deployment target is iOS 6.0 and above, How to take user to Apps Settings Screen from my app?

I heard that openURL is not allowed by Apple from iOS5.0 and above, so that I cant even use the below snippet,

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=TWITTER"]]; 
Albert
  • 21
  • 1

0 Answers0