Hello, i'm trying to deploy my app to google play store. I followed flutter docs and tried yo deploy my app, but there seems to be an issue. I'm getting "Precondition check failed" error, and i can't find solution on the net, so i'm asking the community for help.
Hereeis the full error message:
Publishing app-release.aab to Google Play
Published app-release.aab to track beta
Google Play failed to upload artefacts. Precondition check failed.: {
"error": {
"code": 400,
"message": "Precondition check failed.",
"status": "FAILED_PRECONDITION"
}
}