本文介绍了您的Info.plist在LSApplicationQueriesSchemes下缺少fbauth2,并且是iOS 9.0所必需的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在Facebook登录时收到日志。请告诉我如何删除这个日志。我正在使用ios8
I am getting the log while login with Facebook. Kindly tell me how can i remove this log. I am working on ios8
推荐答案
在您的 info.plist
中添加具有密钥 LSApplicationQueriesSchemes
的行。确保它是数组
类型。因为它只是元素,添加字符串 fbauth2
。
In your info.plist
, add a row with the key LSApplicationQueriesSchemes
. Make sure it is of array
type. For it's only element, add the string fbauth2
.
Voila
这篇关于您的Info.plist在LSApplicationQueriesSchemes下缺少fbauth2,并且是iOS 9.0所必需的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!