fbauth2 is missing from your Info.plist under LSApplicationQueriesSchemes and is required for iOS 9.0

后端 未结 4 682
清酒与你
清酒与你 2021-02-02 06:30

I am getting the log while login with Facebook. Kindly tell me how can i remove this log. I am working on ios8

4条回答
  •  独厮守ぢ
    2021-02-02 06:46

    If you're using v4.6.0 or higher of the SDK, you only need to add into your Info.plist:

    LSApplicationQueriesSchemes
    
      fbapi
      fb-messenger-api
      fbauth2
      fbshareextension
    
    

提交回复
热议问题