For the security purpose, I want to block emulator to use my app. I do not want my app to be installed on any emulator like genymotion,bluestack,droidx etc...
I have an app where we have offer wall which contains no of android app, that use can install and earn points. Once they earn some points then they can withdraw using paypal account.
Now the problem is some of the users are installing it via proxy or emulator.they are earning money like anything by using proxy or emulator..
Please help..I am in big trouble..
I think this would work. When your app starts check this method. If it returns
true
, exit your app. Otherwise continue. It won't prevent from installing but sure would prevent from running.More information is here