so i built an app and implemented Leaderboards with Google Play Games Services. If i install the app via adb, the service functions as intended. If i install the app via the PlayStore, as Release, Beta, Alpha or internal test, i cannot use the services. Logcat doesn't give me any errors. If i want to check the Leaderboard it just says Hmm, something went wrong im Play Games. So most of the pages in the internet say that i should clear my cache, or i have a wrong sha1-key configured. First thing doesn't help. I cleared the cache of my game and the play games app. Didn't worked. So i checked the sha1-keys. In the google developer console, my release key is under upload certificate. So that seems fine. Under App-signature, there is the key from google. I checked fireboase, and there is Google Play Games API activated with the key from google. So that also seems right. Do you have any ideas? I am working on this for 3 days now. Checked lot's of stuff from the internet and nothing works. If you need any information, feel free to ask.
edit: If i install the app over the app-store, i can check the leaderboard just as normal and the the entries i made earlier with my self installed app version. Untill i play a game and send a new score to the leaderboard. From this moment on, the Hmm, someting went wrong message comes instead of the leaderboard.