Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android prevent apk

Tags:

android

apk

I build an android application but I want that when I give it for testing then user can not copy it and that apk should not be installed on other devices?how is it possible .can I protect that apk?

like image 501
sumit acharya Avatar asked Dec 01 '12 05:12

sumit acharya


People also ask

How do I stop APK tampering?

Tip: Keep your private key (. keystore file) out of source control and in a separately secured and backed-up system. The app signature will be broken if the . apk is altered in any way — unsigned apps cannot typically be installed.


1 Answers

Get the device ids of the devices you are going to test and just check to see if the current device is one of the devices you want.

like image 169
SuNnY_sYeD Avatar answered Sep 23 '22 14:09

SuNnY_sYeD