I have a big problem with an app and I don't understand what's going on...
My app was working fine in debug mode so I decided to publish it. Once it was on the store O downloaded it and tested it again and noticed there was a huge problem : The app was crashing when trying to access the game center. I had an error of this type : "An error occurred in play games" (it's not the exact message, only a translation of the french message that I got).
I had a look at the console on android studio and saw this error message:
06-16 10:30:34.501 4208-4763/? E/GamesServer: Attempting to access a resource for another application. Check your resource IDs.
06-16 10:30:34.551 4208-4763/? E/MultiDataOperation: Attempt to access application XXXX from application YYYY.
Someone adviced me to unpublish everything and to start again. That's what I did but there's still a problem:
screenshot of the error message on the app in beta mode
I really don't understand what's going on and what to do to solve this issue. Could you please help me ?
Thanks a lot.