Skip to content
Discussion options

You must be logged in to vote

Hey @VikasAgrawal-04,
I just checked through your team builds and can see your recent build creates android but the publishing step failed with below message:

Google Play failed to upload artifacts. Version code 93 has already been used.: {
    "error": {
        "code": 403,
        "message": "Version code 93 has already been used.",
        "status": "PERMISSION_DENIED"
    }
}

You can either add --build-number=UPDATED_VERSION_CODE use an updated version code not in the stores currently in your pubspec.yaml file. You can also retrieve the latest version code in the stores and increment it as described here - https://docs.codemagic.io/knowledge-codemagic/build-versioning/.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dam-ease
Comment options

@VikasAgrawal-04
Comment options

@dam-ease
Comment options

Answer selected by dam-ease
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants