I was assuming Firebase App Distribution names distributions by the versionName
. For me it displays empty value. There is only versionCode
in brackets.
This is how it looks at firebase:
Does anyone know what is the distribution name and how to verify it? Which command line tool can I use to determine distribution name based on APK
file? I am using dexguard
obfuscation tool and I think it might be related. When I check versionName
via aapt dump badging
on the uploaded APK
it shows me correct versionName
. Don't know why Firebase displays empty value.