swift - iOS Facebook SDK 4.1: didFinishLaunchingWithOptions returning false -
i've got swift application using facebook sdk ios version 4.1 , until last night, working properly. then, turned sour , sdk seemed stop working app. made no modifications facebook app's settings or app's code. information needed present in info.plist file, , appdelegate calls proper methods
var fblaunch = fbsdkapplicationdelegate.sharedinstance().application(application, didfinishlaunchingwithoptions: launchoptions)
as openurl method required elsewhere in delegate. however, call didfinishlaunchingwithoptions returning false no evident reason. login button have set still opens safari , displays pertinent information allowing facebook app access, when device comes application acts if nothing ever happened facebook-wise. going on?
Comments
Post a Comment