Android App Bundle kills Google Play Games integration - Working with plain old APK - How can I fix this?
问题 Here are the facts: My game app is 100% working with debug keystore signed apk using Google Play Games, can sign in, unlock achievements. My game app is 100% working with release keystore signed apk using Google Play Games, can sign in, unlock achievements. Whenever I try to sign in to Google Play Games with my app using app bundle instead of apk, I get SIGN_IN_REQUIRED error , which is stupid on its own, considering I literally want to sign in. I only found one guy who found the same issue