Search code examples
androidapkandroid-install-apk

Hide apk file such that no one can download it from play store using web?


i need to know how to hide apk file so that no one from web can download apk file using some apk downloading websites e.g https://apkpure.com and so on.


Solution

  • I don't think there is a way you could prevent users to download the apk file. The best solution I guess is to obfuscate it. :)