'Open this page in “null”' Modal appearing from FacebookSDK login after iOS9 and Swift 2 upgrade
I'm in the process of updating projects to Swift 2 and iOS 9. One of the projects I'm doing relies heavily on Facebooks SDK. I use it to login, get user information, ect... Prior ot the update, once you logged in the Safari would redirect you directly to the app. Now I'm getting a fun little modal displaying the following (See Fig 1 at bottom) I assume this has some connection to the new Info.plist key we add LSApplicationQueriesSchemes with a Item0 as fbauth2 now required by iOS 9. I also noticed I'm getting a stack trace with my app saying: failed for URL: "fbauth2:///" - error: "(null)" I