cowbell / cordova-plugin-geofence

Geofencing plugin for cordova
Apache License 2.0
265 stars 316 forks source link

Start geofencing without user action #154

Closed igordisco closed 8 years ago

igordisco commented 8 years ago

Hi,

I am developing an medical appointment app and due to the high rate of fraud I would like to know if there is a way to track if the patient showed up at the appointment.

Something like pointing the lat-long of the medical center and if the user gets inside the fencing range, we get a confirmation.

Is there a way of doing this without notifying the user? Is that allowed? And if it is, how do we omit this information?

tsubik commented 8 years ago

Hey @igordisco I think this question is more suitable for stackoverflow as you ask about many general ideas. Using this plugin you could write some native code to send request to your server, take a look here.

tsubik commented 8 years ago

You could also take a look at some forks of this plugin. I'm totally sure some folks had the similar problem that you have.