Play Games sign-in fails, but only on Android 8 and only when we hide the Games popups using the following method:
PlayGamesClientConfiguration config = new PlayGamesClientConfiguration.Builder().EnableHidePopups().Build();
PlayGamesPlatform.InitializeInstance(config);
If I remove the EnableHidePopups method, it works as expected. If not, the sign-in fails with this error:
E/GamesNativeSDK: Exception in com/google/android/gms/common/api/GoogleApiClient$Builder.build: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.pm.ApplicationInfo android.content.Context.getApplicationInfo()' on a null object reference.
E/GamesNativeSDK: Failed to create GoogleApiClient from builder.
I tried to dig a little further but couldn't come up with anything. Does anyone have any insight into why this would be?
Play Games sign-in fails, but only on Android 8 and only when we hide the Games popups using the following method:
If I remove the EnableHidePopups method, it works as expected. If not, the sign-in fails with this error:
I tried to dig a little further but couldn't come up with anything. Does anyone have any insight into why this would be?