Search code examples
c#unity-game-enginefacebook-android-sdk

Unity Facebook Login doesn't work on release mode on Unity


I made a game which can login with facebook. It works properly on debug mode.

I've published the game but facebook login doesn't work. Nothing happens when I click the login button.

I created release Key Hash, but Unity still has old hash

What should I do after that?


Solution

  • I solved!

    I changed minify mode to "none" in the Publishing Settings at the Player Settings, it works properly

    Minify Error