So im not sure if this is considered solved however for anyone reading this now just remember in order for google play plugin to work on android you MUST be using a signed apk that has the same signing key as the one you have uploaded to the play store. THEY MUST MATCH because of the way that google play API secures there API's. You can do the entire process of uploading your game and creating your listing in a closed testing track and then proceed to add play services to the app while its in closed testing track and test it that way. Now that leads me to my problem... i have followed the process of what u guys are doing here and when i go to open the leader-boards it just says that something went wrong with google play and that theirs no internet connection... now my phone is most definitely connected to the internet, however there is no scores on my leaderboard... this might be the problem, also it seems that my scores wont upload, however if google play services cant connect to the internet than that would explain why it doesnt upload scores. now i have it uploading a global variable; could that be the problem? anyway heres my event sheet.E EDIT: turns out i had a space at the end of my leaderboard id string haha. thats what was causing the oops something went wrong issue. so always double check your strings lol. also thats not the end of my problems, sometimes i can login and display leaderboards and sometimes i cant, also when i can it doesn't display any scores... even tho i have it so that on score submit success it will display leaderboard...
+ System: On start of layout
-> System: Load game from slot
-> GooglePlay: Submit score highscore (tag "") to leaderboard "PRIVATE"
+ GooglePlay: On hi-score request fail
-> GooglePlay: Request public all-time hi-scores from "CgkIqfqu4oYTEAIQAQ " (25 results, top)
+ GooglePlay: On score submit fail
-> GooglePlay: Submit score highscore (tag "") to leaderboard "CgkIqfqu4oYTEAIQAQ "
+ GooglePlay: On score submit success
-> GooglePlay: Request public all-time hi-scores from "CgkIqfqu4oYTEAIQAQ " (25 results, top)
+ Touch: On tap gesture on BlankTouchObject
+ OR Touch: On touched BlankTouchObject
+ OR Touch: Is touching BlankTouchObject
-> GooglePlay: Display leaderboard "CgkIqfqu4oYTEAIQAQ "