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.
Asked
Active
Viewed 116 times
0
-
Doubtful if an APK being made available on multiple non-google play websites can be prevented. That being said, you can check if the application is installed via the Google Play store or side-loaded, etc by looking at a few answers in this question http://stackoverflow.com/q/10809438/450534 and prevent the app from functioning at all for example. ;-) – Siddharth Lele Jan 16 '16 at 12:10
-
thanks for feedback. i will try that @IceMAN – Nauman Ali Shah Jan 16 '16 at 12:16
1 Answers
0
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. :)

Yordan Kanchelov
- 511
- 9
- 26