Android 'Games App ID'

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

  1. 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
  1. 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?
1 Like