playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.44k stars 959 forks source link

ERROR: Authentication failed - java.util.concurrent.ExecutionException: 4 out of 4 underlying tasks failed #3044

Open Dev-Seere opened 3 years ago

Dev-Seere commented 3 years ago

ERROR: Authentication failed - java.util.concurrent.ExecutionException: 4 out of 4 underlying tasks failed 이미지 5

Most of devices are works perfectly, but some devices(Sony xperia xz1, Android version: 9(pie) and Samsung galaxy s10) are not worked properly with have that issue. Is bug? or what i miss something?

kx23 commented 2 years ago

I have the same problem

kx23 commented 2 years ago

I fix it by change my package name. My past package name included capital leters (was generated by Unity). After replacing uppercase letters with lowercase, everything worked.

yigiteren commented 2 years ago

I am having the same problem while trying to integrate Google Play Game Services to a game that is already on Play Store. Is this really due to package name? Play Store prevents us renaming the package name, and we don't want to create an entirely new app to do it. Are there any other solutions to this?