Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好我如何检查用户是否在 IOS6 中关闭了我们应用程序的 Facebook 登录设置。或者如果关闭,用户可以切换到旧的方式来登录应用程序。
if([SLComposeViewController isAvailableForServiceType:SLServiceTypeFacebook]){ //user has setup Facebook settings } else{ //not set Facebook settings, }
如果用户没有设置 facebook 登录,您可以使用 Facebook SDK,我已经尝试过一次,但它在 iOS6 情况下会引发一些错误。