Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Play Games

Google Games Apis Requires Games_lite Function

I work with Google Play Games Services. I took the code from the official example. Try with API 27 … Read more Google Games Apis Requires Games_lite Function

Onconnectionsuspended. How To Test? When Will This Code Be Run?

public class MainActivity extends Activity implements GoogleApiClient.ConnectionCallbacks { @O… Read more Onconnectionsuspended. How To Test? When Will This Code Be Run?

Google Play Leaderboards Not Showing Up

So I'm trying to implement Google Games Leaderboards into an AS3 game. As near as I can tell, g… Read more Google Play Leaderboards Not Showing Up

How Can I Make The Play Game Services Not Automatically Sign In At The Startup?

Google provides the BaseGameUtils library, and recommend us to extends its BaseGameActivity. Howeve… Read more How Can I Make The Play Game Services Not Automatically Sign In At The Startup?

Send Notification When Inviting To Multiplayer Game (game Services)

I’m playing around with Google Play Game Services and multiplayer support. If I invite a player wit… Read more Send Notification When Inviting To Multiplayer Game (game Services)

Can't Sign In Goolge Play Game Services: Must Have A Game Id To Sign In

I am trying to integrate Google Play Game Services but can't sign in. I know some developers as… Read more Can't Sign In Goolge Play Game Services: Must Have A Game Id To Sign In

Displaying Google Play Game Services Player Image Using Imageview

I'm working with Google play game services and I'm using this code to get player detail. if… Read more Displaying Google Play Game Services Player Image Using Imageview

What Is The Difference Between Google Developers Console Project And A Google **play** Developers Console Project?

I have removed my Google Developer Console project. Are these projects identical to each other? If … Read more What Is The Difference Between Google Developers Console Project And A Google **play** Developers Console Project?

Google Play Sign In For Unity

I am trying to integrate Google play Services so that i can have achievements and leader boards in … Read more Google Play Sign In For Unity

Get Player Details From Google Play Games Service Storage

I have an android game configured with Google Play Games API. API works perfectly and user can sign… Read more Get Player Details From Google Play Games Service Storage

App Not Correctly Configured To Use Google Play Services With A Libgdx Game

We develop a game using Libgdx which I'm trying to integrate with Google Play services. I'm… Read more App Not Correctly Configured To Use Google Play Services With A Libgdx Game

Google Play Games :: Cannot Use Snapshots Exception

I am receiving the following exception when trying to use any of the save functionality in the late… Read more Google Play Games :: Cannot Use Snapshots Exception

How To Get Rank From Google Play Game Service's Leaderboard?

I'm working on a big application and I have to take the player's rank from the Google Play … Read more How To Get Rank From Google Play Game Service's Leaderboard?

Google Play Game Services - Android Samples Errors

Based on Android docs (https://developers.google.com/games/services/android/quickstart#before_you_b… Read more Google Play Game Services - Android Samples Errors

Persist Google Play Services Login Between Activities

I thought this would be straightforward, but I've been going in circles trying to figure out ho… Read more Persist Google Play Services Login Between Activities

Can't Retrieve Leaderboard

I want to use leaderboards in my game. I set up game services project in developer's console, b… Read more Can't Retrieve Leaderboard

Oninvitationreceived Not Being Called

My Activity is implementing OnInvitationReceivedListener along with all the other game services ite… Read more Oninvitationreceived Not Being Called

Google Player Game Service Error: Can't Build The Sample Game

I can't build the sample game TypeANumberChallenge provided by Google (see GitHub). Got the fol… Read more Google Player Game Service Error: Can't Build The Sample Game

How To Load Scores For Current User From Multiple Leaderboard Using Google Play Games Services?

On load of my game I want to receive all scores for all levels (I have 22 currently) of my game for… Read more How To Load Scores For Current User From Multiple Leaderboard Using Google Play Games Services?

Unity Admob And Google Play Game Services Integration

I tried to integrate admob and Google Play Game Services in my game, but I have got a problem. I ca… Read more Unity Admob And Google Play Game Services Integration