Htf do I upload a game to the Playmarket if
-
I can’t upload a debuggable file - I can only upload shipping version,
-
I need an ID and fingerprints for shipping version that I can acquire only by uploading a shipping apk!
What the f!
Htf do I upload a game to the Playmarket if
I can’t upload a debuggable file - I can only upload shipping version,
I need an ID and fingerprints for shipping version that I can acquire only by uploading a shipping apk!
What the f!
You need to generate a keystore file and put it into the project’s Build/Android directory. Set the Distribution Signing entries in Android project settings, then build for shipping.
Thanks, it worked