Answers for "Upload an APK or Android App Bundle file signed in debugging mode. The APK or Android App Bundle file must be signed in version mode. More information on signing."

4

flutter You uploaded an APK or Android App Bundle that was signed in debug mode

buildTypes {
        release {
            // TODO: Add your own signing config for the release build.
            // Signing with the debug keys for now, so `flutter run --release` works.
            signingConfig signingConfigs.release
        }
    }
    // FLUTTER CLEAN AFTER THE EDIT
Posted by: Guest on March-07-2020

Code answers related to "Upload an APK or Android App Bundle file signed in debugging mode. The APK or Android App Bundle file must be signed in version mode. More information on signing."

Browse Popular Code Answers by Language