Search code examples
iosfacebookcordovacordova-pluginsngcordova

Facebook login with iOS 9 involves a blank screen


I own a Ionic/Cordova application running on IOS 9.

I pushed the new 3.24.1 Facebook SDK that I referenced using this Facebook plugin for Cordova; this one being called by ngCordova.

Login appears on browser as stated by IOS 9 guidelines, but as soon as the person is logged in successfully through Facebook, the mechanism doesn't redirect to my app.
**Instead I end up with this full blank screen **:

enter image description here

I have to click on "Ok" (or "Done" for english) to return to my app.

Has anyone just experienced the same scenario?

Is it a current bug of concerned plugins?


Solution

  • Current solution was to revert back to SDK 3.21.X and disabling "Enable Bitcode" on project configuration.