Search code examples
androidmoodle-mobile

Upload failed when I publish Moodle app on google play store?


I get this exception when I publish Moodle app to play sore, how can I fix these errors?

Upload failed You uploaded a debuggable APK.

For security reasons you need to disable debugging before it can be published in Google Play. Learn more about debuggable APKs. You uploaded an APK that was signed in debug mode. You need to sign your APK in release mode. Learn more about signing. You need to use a different package name because "com.moodle.moodlemobile" already exists in Google Play.

Thanks


Solution

  • You .apk must be signed so you can publish it on Google Play. For sign your .apk follow the links bellow:

    For Cordoba platform: http://ilee.co.uk/Sign-Releases-with-Cordova-Android/

    For Ionic platform: http://ionicframework.com/docs/v1/guide/publishing.html