Is there a way to restrict running of the app to the server it connects if it only connects through certain networks or VPN (such as eduroam). Is this a good way to restrict an app to run only at certain locations(i.e when connected to a network). Are there any other ways to regionally restrict the app to run only at selected locations?
Asked
Active
Viewed 36 times
0
-
you can calculate current location for application and calculate distance from that locations to check that the application is in particular area or not – DeePanShu Feb 01 '19 at 08:53
-
you can use android geofences here is the link: https://developer.android.com/training/location/geofencing – Antoine El Murr Feb 01 '19 at 09:09