- Home /
Question by
pgeorges · Aug 13, 2013 at 09:31 PM ·
androidbuildgoogle play
Building Android APK in release mode for Google Store
Does anyone have any suggestions on making an Android APK in release mode directly from Unity that is accepted on the Google Store? When I try upload my APK, this is what I get:
Upload failed You uploaded an APK that was signed in debug mode. You need to sign your APK in release mode. Learn more about signing.
I'm using a Keystore that I created through terminal.
Thanks for the help
Comment
Have you tried :
Build setting -> android -> playerSettings -> publishing settings-> use Existing keystore ?
The alias under $$anonymous$$ey is debug by default, I think
Right, it's debug by default. But using my $$anonymous$$eystore, I've changed it to the alias that I created.