2

As I know that there is an option called "UNPUBLISH" in google developer console under APK.

After adding Manage APK google actually removed access to APK.

Unfortunately I uploaded APK in production instead of BETA, I need to remove/unpublish that app.

How can I do it?

What is the best process to solve this issue.

I gone through all questions that are similar to my problem, but all answer are out dated as goolge added Manage APK in place of APK.

Listo
  • 179
  • 1
  • 2
  • 8
  • 1
    Build a new APK using the same code as the last good version of the app, but with a higher versionCode, then publish that APK? – Michael Mar 16 '17 at 09:00
  • @Michael is right. Compile your last good version with a new code, upload it as production and then publish your beta build to the beta channel. – Grisgram Mar 16 '17 at 09:58
  • Thanks I solved it – Listo Mar 17 '17 at 12:33

1 Answers1

0

I added a new Activity (Sample), with XML consisting simple TextView (Coming Soon...)

and making Sample Activity as LAUNCHER activity in Android Manifeast.xml

Listo
  • 179
  • 1
  • 2
  • 8