Upload manually artifacts works. Upload from pipeline, don't #1572
Replies: 2 comments
-
Hi @rubensdemelo, can you please check if you have the below settings in your
please share a build id as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I got and error from Codemagic pipeline when publishing to Google Play:
Publishing failed :| Google Play failed to upload artefacts. APK specifies a version code that has already been used.: { "error": { "code": 403, "message": "APK specifies a version code that has already been used.", "status": "PERMISSION_DENIED" } }
But, If I download the artifact and upload it manually, it works.
last version: 1.0.0

new version uploaded to App Store (1.0.2)
new version uploaded manually (1.0.2)

which means codemagic generate the right version. What Im missing ? Cache ?
Beta Was this translation helpful? Give feedback.
All reactions