1,685 questions
1
vote
0
answers
87
views
Question about google autentification v2. Status: canceled
I have a question regarding the Google Play Games v2 SDK. I’m trying to integrate Google Play Games with PlayFab, but when I push the button to connect, I keep getting this error: “Google Play auth ...
-1
votes
1
answer
231
views
Godot Android File Access
I am making a game or a simulator that has a feature where user can load image file and music files, every thing works fine in my windows os and in editor, but the want to make it work for android ...
0
votes
0
answers
46
views
Google Play Application rejected - Application is not available on Google Play
Before Google Play closed testing the game, it failed a review:
“Your app does not meet Play Console requirements.
Some types of apps can only be distributed by organizations. You can only publish a ...
1
vote
1
answer
250
views
Saving Game with Google Play Game Services gives error saying Cannot use snapshots without enabling the 'Saved Game' feature in the Play console
I have integrated Google Play Game services in my android app, the login works fine and now I am trying to save my game but when I try to do so I get error saying java.lang.IllegalStateException: ...
1
vote
1
answer
222
views
Google Play Games Services (C++) does not initialize after updating Target SDK from 33 to 34
After updating Android Target SDK from 33 to 34 the configuration is no longer valid (i.e platform_configuration_->Valid() == false).
I get the following error messages from Google Play Games ...
0
votes
0
answers
40
views
When initializing Google Play Games, platform_configuration.Valid() suddenly returns false after updating Android Studio
I've used Google Play Games Services (C++ version) for a few years, suddenly when I updated a few SDK's platform_configuration.Valid(); suddenly started to return false.
Note that I have not updated ...
1
vote
1
answer
647
views
Unity - Google Play Games not logging in (java.lang.ClassNotFoundException: com.google.android.gms.games.PlayGames)
I'm currently making an Android game that will use Google Play Games for Cloud Saving. I've downloaded the Google Play Games SDK and added it to Unity, and followed Unity's tutorial for logging in (...
0
votes
1
answer
40
views
GooglePlayPlatform plugin for Unity, doesn't work
I checked the apk on honor 10i and everything works fine, the pop-up window appears, but as soon as I check on newer phone models like redmi 9, Xiaomi redmi note 12 pro 5g and other newer phone models ...
0
votes
1
answer
531
views
Using Unity UI Toolkit and New Input System together
l am using Unity UI Toolkit and New Input System.
My game logic is when l press left mouse button, object should start move. Also there is a power-up button in view, l created with UI Toolkit and ...
3
votes
0
answers
141
views
Android Play Games Error Code 4 SIGN_IN_REQUIRED on some devices
This question is different from similar questions in that: I only see this error for some Android devices.
Despite setting up application SHA1 in Firebase and Play Console I'm still encountering ...
2
votes
2
answers
541
views
Google Play Game Services in Flutter returns null
I want to use the Google Play Game Services with Flutter. Concretely, I want to use the SaveGames.
For that, I use this package: https://pub.dev/packages/games_services
I imported it in my pubspec....
2
votes
1
answer
240
views
games_services always returning null when calling signIn()
I followed all the steps here: https://akdebuging.com/posts/integrate-gamekit-and-google-play-services/
Added to AndroidManifest:
<meta-data
android:name="com.google.android.gms....
5
votes
2
answers
4k
views
Google Play : App installs, but doesn't load
My App got rejected by Google today because ,,App installs, but doesn't load"
I tested the app on multiple devices and I never had an error like this!
Does anyone know a soultion for this? (its ...
0
votes
1
answer
112
views
The official document about Leaderboards of Play Games Services uses deprecated startActivityForResult
Below code is from Google's official document about Leaderboards of Play Games Services (converted into Kotlin):
private fun showLeaderboard() {
PlayGames.getLeaderboardsClient(this)....
0
votes
0
answers
276
views
Build failure when upgrading Unity 2020.03 -> 2022.03 related to duplicate Google Play Games
I have just updated from unity 2020.03.47 to 2022.03.06 and facing a build error
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
D:\Working Area\Project001\Library\Bee\Android\Prj\IL2CPP\Gradle\...
1
vote
0
answers
51
views
Google Games authentication between different developer accounts
We have a setup with multiple Unity games that authenticate with a single Node server. Our current system allows users to log in via Google Play across all our games. Thus, when a user logs into Game ...
1
vote
0
answers
54
views
Google Play Games v2 increment immediate not working
I'm trying to integrate Google Play Games Services to my android game. I'm trying to increment immediate an incremental achievement. According to the docs, the Task returns a boolean, telling wether ...
0
votes
0
answers
69
views
Google Play Games error with Unity - "There are no public high score for this game"
I have the same problem as this (Google Play Games - "There are no public high score for this game") but as it was not answered by anyone I couldnt figure out any answers.
I am using Easy ...
0
votes
1
answer
492
views
How to access a Google Play Games public leaderboard from a server without any user or client action?
I'm trying to implement leaderboards in my Android game using Google Play Games Services.
I think I understand how to submit a score and access a leaderboard from a client which is signed in to Play ...
0
votes
0
answers
54
views
Google Play Games apk detailed list button bar css?
The detailed list section at the bottom of the google play games apk application caught my attention. When I wanted to do the same, I searched on the internet but couldn't find it. Can I learn css ...
-1
votes
1
answer
564
views
Xamarin Android - How to sign in Google Play Services?
I am trying to add Google Play Services to my Xamarin Android app.
I am using Play Games Services v2 SDK and trying to follow this tutorial from the Official documentation.
The Java code for signing ...
1
vote
0
answers
92
views
google play sigin sdk for unity works on build but not production
i have included google play sigin inside my unity app and it has very strange behaviors,
when i build the app directly from unity to a mobile device it works but on production it just logs in one time ...
1
vote
0
answers
256
views
Unity/Android - Which OAuth credentials for enabling Game Services?
I've built and released an Android app developed in Unity
Expectation:
Play Services popup to appear on opening the app
Achievements button to open the achievements page
Current Result:
(When ...
0
votes
1
answer
926
views
Google Play Games v2, Missing GamesResolutionActivity error
I'm trying to integrate Google Play Games Services into my android game for a high score leaderboard. I followed the quickstart guide [1] and the documentation on sign in [2].
What is stated there is ...
0
votes
0
answers
204
views
Google Play Games Broken - 100% Errors of Achievements and Leaderboard APIs
There was an incident where my Google Play Games Services broke while integrating Google Firebase into my game. Somehow I fixed it by adding SHA-1 fingerprints of both uploading & app signing ...