我正在尝试将Facebook登录集成到我的IOS应用程序中。错误
-canOpenURL:网址失败:“fbauth2:///” - 错误:“(null)”
现在突然开始了。我的info.plist有以下条目
<key>LSApplicationQueriesSchemes</key>
<array>
<string>fbauth2</string>
<string>fbapi</string>
<string>fb-messenger-api</string>
<string>fbshareextension</string>
<string>fbauth</string>
</array>
和
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
一段时间以来工作正常。我尝试注销并再次登录,但现在无法登录。
P.S。我正在尝试登录xcode的ios模拟器
修改: 这只发生在iphone 6模拟器中,其余的模拟器工作正常。
答案 0 :(得分:0)
我遇到了类似的问题。我从8/13开始使用FB SDK。我从9/10切换到更新版本。从他们的开发者网站下载的文件是FacebookSDKs-iOS-20150910.zip