Question

Cannot upload APK to google play. Already tried other browsers and PCs. In no was it is possible to upload.

Always get:

Upload new APK to Production Upload failed We could not save your changes. Please try again. Upload another APK

Was it helpful?

Solution

Seems to be something on Googles Part. A quick search shows that a lot of people is having this issue right now, me included.

EDIT 2014-03-17: Seems like this is still a issue for a lot of people, https://code.google.com/p/android/issues/detail?id=67226 Still no word from Google though as far as I know. EDIT 2: Seems to work fine for me now. Not sure if it will persist or even work for others.

OTHER TIPS

In my case it was telling me upload failed and to please try again.

In the network tab I could see the upload failing and retrying in a loop

I logged out and back in and I could upload the .apks

For more troubleshooting view here https://support.google.com/googleplay/android-developer/answer/9061737?hl=en

Late answer but it might be helpful to someone.

In my case there was no problem of chrome/safari browser, After archive i got 2 apks out of which, i was uploading "xxxx-Signed.apk" so it was giving error like 'We can not save your changes. Please try again.' later i uploaded 2nd "xxxx.apk" and it uploaded successfully.

Hope helpful: My Upload failed today app currently targets API level 25 and must target at least API level 26 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API level to at least 26.

I have added in config.xml the below line then uploaded succesfully.

<preference name="android-targetSdkVersion" value="26" />

2019 Mar 13 issue occurred.
2019 Mar 13 issue got resolved.

The issue was on Google side.
This is confirmed by googleplay-developer-support@google.com

Followed the below steps:

In my case I have uploaded the wrong apk, which was still in artifact library, So I deleted that and then upload the correct apk with the correct version it solves the problem for me.

Make sure you increased version code and still its showing same error then log out google play console and login and try again it will work 100%

Please for those who still thinking it's from google part but didn't try the cleaning solution yet, please give it a try:

This worked for me after many days of searches.. I completely uninstalled my browser (Firefox in my case) I made sure nothing about the browser remains in my system following this ->how to completely remove firefox from ubuntu

then I re-installed the browser and logged in to my playstore console This really worked . I'm able to upload .apk as well as .aab

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top