eas submit to google play doesnt work ( internal testing )

Google play store has internal testing enabled with testers

  • 1st build was uploaded manualy cuz error when eas submit …
  • 2nd build was uploaded with eas worked perfect
  • 3rd build was rejected

is there something wrong ?

logs
[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

hello! first submission to the google play store always has to be manual because google does not give api access to do that.

for your second submission, it looks like you set some submission properties to use the internal track. this may be useful: Fastlane: Only releases with status draft may be created on draft app. - Ananda - Medium

thanks now its working :), anyway is there any way to AUTOMATE iOS “Missing Compliance” problem ? “ITSAppUsesNonExemptEncryption”

you can set this value in app.json app.json / app.config.js - Expo Documentation

1 Like

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