when I am trying to login with facebook in ios 10 got this error
-canOpenURL: failed for URL: "fbauth2:/" - error: "The operation couldn’t be completed. (OSStatus error -10814.)".
Kindly help me out to solve this.
when I am trying to login with facebook in ios 10 got this error
-canOpenURL: failed for URL: "fbauth2:/" - error: "The operation couldn’t be completed. (OSStatus error -10814.)".
Kindly help me out to solve this.
This is an Xcode warning indicating the the canOpenURL: call returned false. As long as you have configured the LSApplicationQueriesSchemes entry in your plist as described above, you can ignore this warning you can check this link for the total info : https://developers.facebook.com/docs/ios/ios9 , in which u can see what exactly to add in your plist in steps hope it helps you :)