facebook / facebook-sdk-for-unity

The facebook sdk for unity.
https://developers.facebook.com/docs/unity
Other
489 stars 257 forks source link

[Android] Unity 2017.1.0 facebook 7.10.0 login not working #108

Open paulkugaev opened 7 years ago

paulkugaev commented 7 years ago

In my app I use proguard for release build. In development build everything works fine. In release build nothing happens when I tap my login button. Even no logs. My proguard file

-keep class bitter.jnibridge.* { *; } -keep class com.unity3d.player.* { *; } -keep class org.fmod.* { *; } -ignorewarnings -keep class * { public private *; }

Unity 2017.1.0f3, Facebook SDK 7.10.0, tested device HTC 10 Android 7.0

webspawn commented 6 years ago

I've the same issue, it was working, but stop after update to SDK 7.10.1. In unity editor it's working fine, the problem is on device Test. Device - Moto MAXX

paulkugaev commented 6 years ago

Downgraded to unity 5.6.3, everything works fine. But problem with unity 2017 still persists

vitorfgd commented 6 years ago

I can confirm that the problem is still happening on 2017.2.

keremsl commented 6 years ago

i have same issue it works on editor but not work on android phone