Issue
I would like to build something like which apkmirror.com does.
My query is how does apkmirror gets apks ? and is there a way or even a system design which allows us to download/extract an apk from playstore directly ?
Please don't comment any 3rdparty websites :)
Solution
This question is closed.
I had automated the android emulator with ADB (Android Debugging Bridge) and using the ADB itself the APK is copied to host machine.
I am building a NodeJS based package for this which will be soon released in npm.
Thanks!
Answered By - gilzonme
Answer Checked By - Cary Denson (JavaFixing Admin)