In my app, a Host performs a delivery to a Seeker, I would like to trigger a notification (eg; email) when the Host is within x kms/miles from the Seeker’s location.
I have read other threads re: Schedule Workflow API, but I am still not certain of the way to achieve this.
We don’t really have that kind of features, as it requires an app to be in the background (usually), and so that should be something we work on after we’re live for native. Are you talking about a website? In this case, you could do this on pageload, with a check on the current position.
So I can check the current position on current user logged in and check the last time the same user logged in and use this as a verification to see if he is logging in from the same location?