Trying to upload a release version APK generated from Phonegap Build to the Google play store.
Getting an error as follows:
Upload failed
You uploaded a debuggable APK. For security reasons you need to disable debugging before it can be published in Google Play.
But this is a release version? It is not in Debug mode - why this error now?
If I need to add something to the config XML to set debugging to False, what would that be?
I repeat that this is a phonegap Build project - so all I have is html, css, js and image files. These are then zipped up and uploaded to build.phonegap and they generate the IPA and APK etc etc
Martina is correct, but I want to add more details:
You must create a signing key and upload it to PhoneGapBuild to use.
cd C:\Program Files (x86)\Java\jre6\bin
(use whatever dir you found the keytool in)
keytool -genkey -v -keystore C:\DIR\APPNAME.keystore -alias APPNAME -keyalg RSA -keysize 2048 -validity 10000
(Change DIR and APPNAME to something appropriate)
Enter the keystore password (remember this)
This will create a release version of the .apk that can be uploaded to Google Play.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With