1

I'm using Codemagic to build and publish apks to Google Play's internal track, on March 10 it was working fine, but today I got this:

Publishing
35s



== Gathering artifacts ==

== Publishing artifacts ==

Publishing artifact app.apk
Publishing artifact app-prod-armeabi-v7a-release.apk
Publishing artifact app-prod-x86_64-release.apk
Publishing artifact app-prod-arm64-v8a-release.apk
Publishing artifact mapping.txt
Publishing app.apk, app-prod-armeabi-v7a-release.apk, app-prod-x86_64-release.apk, app-prod-arm64-v8a-release.apk to Google Play
Published app.apk to track internal
Published app-prod-armeabi-v7a-release.apk to track internal
Publishing proguard mapping mapping.txt to Google Play
Published app-prod-x86_64-release.apk to track internal
Publishing proguard mapping mapping.txt to Google Play
Published app-prod-arm64-v8a-release.apk to track internal
Publishing proguard mapping mapping.txt to Google Play
Google Play responded with: Track names in request path and request body must match.

Build failed :|


Publishing failed :|
Google Play responded with: Track names in request path and request body must match.
dunkah0lic
  • 105
  • 7

2 Answers2

1

I used the PlayStorePublisher tool and today I started to receive the same error. https://github.com/rocel/playstorepublisher I think Google is doing some changes to the publish API.

0

unfortunately there was an internal error in Codemagic. It has been resolved for now and everything works as expected.

Mikhail Tokarev
  • 2,843
  • 1
  • 14
  • 35