Android Question Is there any way to stop emulators to use my app

MarkusR

Well-Known Member
Licensed User
Longtime User
you can delete the avd images and so you can start your app only at real devices.
 
Upvote 0

Addo

Well-Known Member
Licensed User
Longtime User
Hello @MarkusR sorry I do not understand do you mean the avd images that installed on my computer ?

If yes this is not the case

I have clients uses my app under unreal device's mostly in emulators with fake android id's

That's why I am trying to prevent emulators
 
Upvote 0

Addo

Well-Known Member
Licensed User
Longtime User
I have searched in b4a forum

I have tried your answer sense 2011 of

Checking if device id is 15 zeros but this isn't effective on emulators sense some emulators like nox have random digits as a device id each creation has a different digits
 
Upvote 0

MarkusR

Well-Known Member
Licensed User
Longtime User
@PassionDEV
oh, that was a missunderstanding :)
should not the google licence api prevent others (people that not purchased it) from using your app?
 
Upvote 0

Peter Simpson

Expert
Licensed User
Longtime User
Clean the project
 
Upvote 0

Addo

Well-Known Member
Licensed User
Longtime User
Just I am trying to find a way to detect emulators and stop my app from being runs on emulators sense my app have some fake ids that cannot be controlled by using emulators user can

Spoof his ime
Spoof device id
Spoof psuedo id

Possibly all features that requires rooted phones on normal devices
 
Upvote 0
Top