Hello everyone,
I’m developing an attendance application using MIT App Inventor. I want to ensure the user is using a real location and not manipulating it with apps like Fake GPS.
My questions are:
- Is it possible to detect Fake GPS usage directly in App Inventor?
- If not, are there workarounds (e.g., checking location provider, speed, accuracy)?
My goal is to allow attendance only when the user’s location is authentic.
Thank you in advance!