Facebook iOS SDK 4.6 still asks for facebook login using safari, even already in device settings-> facebook

I am using the Facebook SDK 4.6 and compiling an iOS application with XCode7beta5. The app will use the Facebook account information to subscribe to our iOS app. However, even already entering the device settings-> facebook. Facebook login api SDK still asks for a Facebook login using safari (happens on iOS8.4.1 or iOS9beta5, as soon as my iOS application with SDK version 5.0 is compiled with XCode7beta5). My previous version of the iOS app using an earlier version of the Facebook SDK may work properly (i.e., use the device settings → facebook login). In addition, I have already completed the steps at https://developers.facebook.com/ docs / ios / ios9 to set up your iOS app to use the Facebook SDK. Anything I missed? Please, help.

+5
source share
1 answer

Here's the answer: Facebook Login doesn't return to app with Xcode 7 iOS 9

In SDK 4.6, it seems that Facebook prefers to open Safari View Controller by default than the Facebook application ...

+1
source

All Articles