Where in the ‘Google Play Console’ can I find the ‘Games App ID’?
I thought it was the reverse domain name (com.yourcompany.yourapp) but when I do that unreal shows a massage with (The game app id you provided is invalid|).
In this video I see that they use a number, where do they get it from?
in the “new” Google Play Console >> Settings >> Manage game projects >> under Active projects sections, Game ID are shown under app name in the list of Game Project
It would be greate if somebody more experienced woth Google Console explained what is GameAppID. So far I have 2 controversial scenarios about Games App ID. I will update my answer if I find new details
Games AppID from Project Settings is unnecessary because if you have a look at ‘UnrealEngine\Engine\Build\Android\Java\gradle\app\build.gradle’ for UE 5.4.4, Package name is used as AppID
defaultConfig {
applicationId = PACKAGE_NAME
Go to Play Console => Settings => Game Projects. There is 12 digits nunmber in Active Projects list under name of a project. But my new app is not using Play Games Services. So, Should I use this one?
To have this Games app id you need to add a game-related service on Google Play to list on the page: Settings → Manage game projects (I’m still learning English, sorry if something was confusing, I’m using the translator)