anish-adm / trust_fall

A Flutter plugin for detecting the trust fall of the device(Jailbroken, root, emulator and mock location detection).
https://pub.dartlang.org/packages/trust_fall
MIT License
37 stars 43 forks source link

Mock location check is not working (1.0.1) #3

Closed Amr1440 closed 4 years ago

Amr1440 commented 5 years ago

Mock location check is not working it always return (false)

page13 commented 4 years ago

Yes same with me, i already installed fake gps and works, but from this plugin always return false

page13 commented 4 years ago

Oh i already figured out, if you installed fake gps, but you are not running the app, the result will return false, but if you are running the fake gps, the result will return true