freshplanet / ANE-Facebook

Air Native Extension (iOS and Android) for the Facebook mobile SDK
Apache License 2.0
221 stars 123 forks source link

IOS Facebook log in with application option stuck on login screen #264

Closed mtilhan closed 6 years ago

mtilhan commented 6 years ago

Hi,

When i use this ANE alone its works. But when i import myflashlab's GoogleSignIn ANE (Even without code implementation, just importing extension);

1) Login Screen Appears 2) Choosing "Log in with the Facebook App" 3) Opens native Facebook App and authorise login 4) Return first login screen, and nothing happens

If you not choose that option and login in from email in that screen its working without problem but if you choose application, never works.

My settings like this;

  <extensions>
    <extensionID>com.freshplanet.ane.AirFacebook</extensionID>
    <extensionID>com.myflashlab.air.extensions.google.signin</extensionID>
    <extensionID>com.myflashlab.air.extensions.dependency.overrideAir</extensionID>
  </extensions>

AIR Version: 29

Imported Extensions https://github.com/myflashlab/GoogleSignIn-ANE/blob/master/AIR/lib/googleSignIn.ane https://github.com/myflashlab/common-dependencies-ANE/blob/master/overridAir/overrideAir.ane

What can be couse this? This is a very interesting problem and i have no idea

mtilhan commented 6 years ago

Its only works without that MyFlashLab ANEs