Android APK upload failed in Play Store - Architect Bug workaround
Android APK upload failed in Play Store - Architect Bug workaround
Hello,
we are trying to deploy a Android APK packaged with the Sencha Architect and CMD. After uploading the APK in the Google Play developer console, the following error appears:
Upload failed
You uploaded an APK that was signed in debug mode. You need to sign your APK in release mode.
You uploaded an APK signed with a certificate that expires too soon. You need to sign your APK with a certificate that expires farther into the future.
We are using a valid certificate and set the package configuration to "production".
After a lot of testing we finally found the problem. The package property configuration: "production" is incorrect. We manually changed the value in the package.json to "Release" and than it worked. The problem ist that in Sencha Architect you can only choose between "debug" and "production".
I hope it helps other Android developers using Sencha Architect.
when I build native with "debug" config it produces an APK file, however, when I build with "release" config, there is no APK file. any ideas? I get no errors from Sencha CMD