I am getting the log while login with Facebook. Kindly tell me how can i remove this log. I am working on ios8
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- facebook error invalid key hash for some devices
- “Zero out” sensitive String data in Swift
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- TCC __TCCAccessRequest_block_invoke
- Facebook login for group members
- Where does a host app handle NSExtensionContext#co
- Swift - hide pickerView after value selected
- How do you detect key up / key down events from a
- didBeginContact:(SKPhysicsContact *)contact not in
just follow this link.
If you're using v4.6.0 or higher of the SDK, you only need to add into your Info.plist:
There is a new key, LSApplicationQueriesSchemes, and here you will need to add the list of schemes you want to are canOpenURL on.
In your
info.plist
, add a row with the keyLSApplicationQueriesSchemes
. Make sure it is ofarray
type. For it's only element, add the stringfbauth2
.Voila