Closed thanhhoai162963 closed 4 months ago
@thanhhoai162963 Could you please add error log, what happens when try it with R8 enabled?
@thanhhoai162963
https://developer.android.com/training/sign-in/passkeys#proguard
From official documentation: "In your module's proguard-rules.pro file, add the following directives:"
-if class androidx.credentials.CredentialManager
-keep class androidx.credentials.playservices.** {
*;
}
Also please check this proguard rules as well
https://github.com/googlesamples/google-signin-unity/issues/159#issuecomment-704021107 https://github.com/googlesamples/google-signin-unity/issues/144#issuecomment-661287480
I used R8 android, it do google sign-in not working. I added keep but not working.