- Home /
Question by
mrgeorge3d · Oct 19, 2015 at 07:53 AM ·
iosfacebooklogin
Facebook sdk for ios 9 is not opening the app when logging in, Why?
I upgraded to the latest facebook sdk for unity and ios 9, everything is working fine except that when I try to login my game opens a browser instead of the facebook app. Why is this happening, am I missing something?
Comment
Best Answer
Answer by zzzzzz789 · Oct 19, 2015 at 03:11 PM
This is by design in the latest versions of the Facebook SDK for iOS. See a discussion on the motivation for this change here: https://developers.facebook.com/bugs/786729821439894/
From the link, it says it should launch Safari View Controller(SVC). However, in my app, it switches to Safari ins$$anonymous$$d of the launching SVC inside my app.