I'm trying to upload a file to play store and I'm getting the following error:
npx apkup upload -k ./playstore_service_account.json -a $aabVersioned -t 'internal'
- Uploading APK...
ERROR: Changes cannot be sent for review automatically. Please set the query parameter changesNotSentForReview to true. Once committed, the changes in this edit can be sent for review from the Google Play Console UI.
Is there a problem with my code? this used to work in the past... probably a change in google store API?
I'm trying to upload a file to play store and I'm getting the following error:
Is there a problem with my code? this used to work in the past... probably a change in google store API?