Questions tagged [google-play-services]
The google-play-services tag has no summary.
106 questions
1 vote
0 answers
33 views
Sign out of Google Play Services through code
In the Unity engine, I am using GPGS as a token to log in via Google sign-in. It works, but now I have another issue: As of the last update of the SDK 2.1., this method in PGS for Unity is deprecated: ...
0 votes
1 answer
135 views
Play Games for Unity achievement is broken
There was a huge issue a few months ago while integrating with Firebase. The authentication always failed, and all the features were broken. Somehow I fixed the authentication by adding an app signing ...
2 votes
1 answer
240 views
Google Play Games achievements have 0xp
I'm currently working on adding achievements to an existing game. Achievements are not published yet. When unlocking an achievement, we have system popup that says it gained 0xp. Every achievement ...
0 votes
1 answer
137 views
Unity3D: My Admob Setting window isn't showing properly
so i wanted to experiment with google ads using admob. i am following the official guide from google. i downloaded the Unity Package from official github and imported all the stuff. but i am unable to ...
-1 votes
1 answer
105 views
Google Play Game Services Detecting Top 3 Players
I used Google Play Services Leaderboard in my Libgdx game. This is what I want to do; I would like to give awards to the best 3 players in this table. How can I help you? It automatically connects to ...
1 vote
0 answers
32 views
What are the correct steps to add Admob to Unity?
The official documentation leaves out really important steps. Adding 'cocaopods' and 'Google Play Services' They are just listed as prerequisites without even any links. Another confusing thing is ...
0 votes
0 answers
27 views
Connecting android game with website to show user scores on logon
How do I make my android game users logon to my website to see their scores? I can create fb login in app and website, but I need to show the score of the particular user in the website. An example: A ...
0 votes
1 answer
76 views
How to reset an incremental achievement in Googles Android API?
For example the achievement is "Pass 5 levels in a row without failing" It's incremental and has five steps. If a user hits an obstacle, this achievements score should obviously be resetted to 0. ...