Remove APK from library in Google Play Developer Console

前端 未结 6 2084
孤街浪徒
孤街浪徒 2020-12-29 02:05

Is there a way to remove an APK from the library in the Google Play Developer Console?

To make sure: I don\'t mean to revert to an earlier version or unpublish an ap

相关标签:
6条回答
  • 2020-12-29 02:23

    As Google has changed play store console Go To Specific App Go To App Bundle Explorer in Navigation Select the apk at the top right dropdown as AirFact and delete

    0 讨论(0)
  • 2020-12-29 02:25

    For new Google Play Console:

    Click on App bundle explorer

    This is the latest app apk artifact that you have uploaded

    For older app in your app library, on your right side of the screen youll see this button. It will open App Library and you can choose .apk file from there

    When you click Artifact:your_artifact_name.apk button, this App Library will be shown:

    Delete button will appear on the right side, right below the artifact library drop-down menu:

    NOTE: If your application is uploaded and have been published on production (was live), you cannot delete that app artifact because holds some production app data.

    0 讨论(0)
  • 2020-12-29 02:28

    There is no way to remove apk from library once it is uploaded. You can upload a new apk with different version code.

    0 讨论(0)
  • 2020-12-29 02:33

    In your All applications list you can use the Filter drop-down list (located in the top left-hand corner) to hide applications unpublished apps.

    For example:

    Without filter

    With filter

    0 讨论(0)
  • 2020-12-29 02:38

    Yes you can remove the app

    Before Release

    1. Open your app
    2. Side nav find artifact library
    3. You can delete your APK here

    Refer screenshot attached

    After Release

    1. Open app
    2. Under Release Management your can find artifact library
    3. You can delete your APK here

    Note: The live version of APK can't be deleted.

    0 讨论(0)
  • 2020-12-29 02:42

    Just go to Artifact library and remove needed apk. You can do it for these steps:

    -> Open Google Play Console
    -> Your project
    -> Release management
    -> Artifact library
    -> Find apk and remove it.
    

    I hope it would be helpful.

    0 讨论(0)
提交回复
热议问题