blues-lab / getapk

Small CLI program that uses an Android device and adb tp download raw APK files from the Google Play store.
1 stars 0 forks source link

Improve support for multi-part APKs #4

Closed conorgil closed 2 years ago

conorgil commented 2 years ago

Currently, when multi-part APKs are encountered, only the base APK is downloaded. Turns out that, unsurprisingly, all of the APKs are required to install the app via adb. So, update getapk so that it downloads all of the APKs found, rather than just the base one.

conorgil commented 2 years ago

Resolved in https://github.com/blues-lab/getapk/commit/c450f28e48b75d77a265a85f14330307a0fe0a81