Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android developer "Upload new APK to Production 99% complete" and stuck

I have attempted to upload an app via the Google Play Developer Console for the last two days, but the apk uploads until "99% complete" in firefox or until "processing" in chrome and the is stuck.

enter image description here

This is not my first app. I have uploaded and published two others without incident.

I have attempted the upload with following with all the same result:

*Firefox 28.0 (Ubuntu 13.10)

*Firefox 28.0 Incognito (Ubuntu 13.10)

*Chromium Version 33.0.1750.152 (Ubuntu 13.10)

*Chromium Version 33.0.1750.152 (Ubuntu 13.10) Incognito

*Chrome mobile 33.0.1750.166 on Galaxy Nexus Android 4.2.1 phone

*Chrome (Windows 8)

Logs start out fine:

POST https://play.google.com/apps/publish/upload [HTTP/1.1 200 OK 537ms] POST https://clients2.google.com/uploadstats [HTTP/1.1 200 OK 1402ms] POST https://clients2.google.com/uploadstats [HTTP/1.1 200 OK 1457ms] POST https://play.google.com/apps/publish/upload

then it hits 99% complete and these errors start posting:

POST https://play.google.com/apps/publish/upload [HTTP/1.1 503 Service Unavailable 3816ms] POST https://play.google.com/apps/publish/upload [HTTP/1.1 503 Service Unavailable 739ms] POST https://play.google.com/apps/publish/upload [HTTP/1.1 503 Service Unavailable 668ms] POST https://play.google.com/apps/publish/upload

I also tried advancing the version in the AndroidManifest.xml.

As a test I added the apk in question to the Amazon Appstore. No difficulties. The apk uploaded seamlessly. Google Play Store issue?

Also tried adding a new application in the developer console and then uploading the apk.

Also tried starting from scratch and rebuilding the app in Eclipse and then attempted to upload the new apk. No luck

I have been emailing with Google Help. 8 days ago they asked for the apk in question and HAR file generated when the upload gets stuck. I sent both. They replied they were looking into the issue. A few days later this question came alive with others experiencing the same issues! I emailed again that I was still encountering issues.

Then on March 19th they responded and asked for:

  • A screenshot of the error message.
  • The APK you're attempting to upload
  • The browser versions you were able to test with and OS type that you are using.
  • Information from the browser's error console or http logs.
  • What steps did you take to reproduce this issue?

Any other suggestions?

like image 357
CCX Avatar asked Mar 09 '14 13:03

CCX


3 Answers

There is a bug in Android that affects every version of it. A developer found out about it yesterday. By malforming an apk file you can corrupt system memory and systems freezes completely. He then uploaded this malformed apk to Goople Play from different countries causing Google Play Developer Console to freeze all over the world! It was fixed for about an hour but then the developer reuploaded the apk and Google Play is down again. I think it will be fixed soon, but anyway it can lead to huge financial damages to many companies around the world.

http://ibrahimbalic.com/2014/android-os-memory-corruption-bug/

So the answer is we just have to wait...

like image 196
Nick Avatar answered Nov 11 '22 01:11

Nick


It's a temporary problem, common to many users, due to google developer console website problem. After tring many times at different hours you will finally upload your app. This is my experience.

Here the link to the problem report: https://code.google.com/p/android/issues/detail?id=67226

Here the link to report the problem directly to Google requesting support: https://support.google.com/googleplay/android-developer/contact/publishing?extra.IssueType=submitting

like image 31
Gaucho Avatar answered Nov 10 '22 23:11

Gaucho


It was a problem on Google's end, and they were aware of it; there was a message on their support site (which now appears to have been taken down) and in the Developer Console alerts:

Errors uploading to the Google Play Developer Console: We're currently aware of an issue impacting some developers attempting to upload APKs or Images to the Google Play Developer Console. We're working hard on a fix, and will provide an update once the issue is resolved.

Google states it now appears to be fixed:

UPDATE - 2014.03.17 4:00PM PT: This issue is now resolved. Please contact us if you see any issues uploading APKs or Images.

I have been able to publish APKs and also received numerous app updates since this message was posted, so it does appear that this specific problem appears to be resolved now.

like image 3
mike47 Avatar answered Nov 11 '22 00:11

mike47