Hi,
I am trying to add the GPGS leaderboard feature into my game by following the tutorial.
I have attached the login function to a button and when I tap on the button, the Google Play prompt appears and it has my app information along with “Connecting to…”. After a few seconds, the loading disappears but I do not get the “Welcome xxx” that I would normally get from other game using GPGS after successfully logged in. I added some Native prompt to see if there’s error in logging in but it all returns to be successful. Perhaps I’m doing something wrong when setting up the app in Google Play Developer console but the init() part works?
Then on my next screen I have the leaderboard button but when I tap on it nothing seems to happen.
I have all the correct setup in building.setting and is using gameNetwork.show( “leaderboards” ) as instructed.The same problem exists for achievement as well.
I am currently using Corona Starter and I’m not sure if that prevent the gameNetwork from working. I have also looked at the log using adb and there’s no related finding for the leaderboard. Would someone please help me? I’m very close to launching my game but I’m stuck on this only feature.
Thank you in advance!