Android submit failure: Only releases with status draft may be created on draft app.

Please provide the following:

  1. SDK Version: eas-cli/2.1.0
  2. Platforms(Android/iOS/web/all): Android
  3. Bare workflow

When running eas submit (Android) I get error:

[logs] Preparing aab at path '/tmp/submissions/9ffccaa1-16a2-410f-8687-53a08fb3d69e/application_archive.aab' for upload...
[logs] Updating track 'internal'...
[logs] Uploading all changes to Google Play...
[logs] [!] Google Api Error: Invalid request - Only releases with status draft may be created on draft app.
[logs] Fastlane supply failed
[logs] Failed to submit the app
[logs] Failed to upload the app

eas.json

{
  "cli": {
    "version": ">= 0.59.0",
    "promptToConfigurePushNotifications": false
  },
  "build": {
    "development": {
      "distribution": "internal",
      "android": {
        "gradleCommand": ":app:assembleDebug"
      },
      "ios": {
        "buildConfiguration": "Debug"
      }
    },
    "preview": {
      "distribution": "internal"
    },
    "production": {}
  },
  "submit": {
    "production": {}
  }
}

here’s one possible answer: [!] Google Api Error: badRequest: Only releases with status draft may be created on draft app. - Only releases with status draft may be created on draft app. · Discussion #18293 · fastlane/fastlane · GitHub

Turns out that if you try and promote to open testing there’s a bunch of stuff you have to fill out and it seemed after I filled these things in, it worked.

Please can you say what needed to be filled out?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.