grunt-angular-phonegap
grunt-angular-phonegap copied to clipboard
Release Version after build
When I build the application I usually use the following command to test on my device.
adb -d install -r ./platforms/android/bin/BeatFlipzMobile-debug.apk
I noticed the 'debug' in the apk filename. Is this the release version that I upload to google play?
I personally use build.phonegap.com so I didn't release yet on google play. My guess is that this is not the one you should send but to be honest, I never looked at the files that were created.
I'll try to take a look at this issue in the coming week.
If you find any information regarding that issue, please share it here. Everyone will benefit from it.
Do you have more info to give us? If not, I will close the issue. Thanks!
Hello,
The 'debug' apk is not the release version to upload onto Google Play. This Stack Overflow post is a good read as to how to create the release version: http://stackoverflow.com/questions/17316910/phonegap-run-from-cli-with-release-and-self-signed-app-requires-me-to-patch-co
I tried to implement a solution, but, alas, my Grunt skills are rather lacking. If pointed in the right direction, I would be more than happy to make a PR.