I need to track the time spent by the app user at a particular location. Please suggest me an optimized approach. I looked into this link.
I can use the above for getting the location, but what should my approach to achieve what I want ?
I need to track the time spent by the app user at a particular location. Please suggest me an optimized approach. I looked into this link.
I can use the above for getting the location, but what should my approach to achieve what I want ?
The main idea is to fetch current user location at defined interval and if location goes beyond your region, we can calculate time difference
Follow this steps
Hope so this trick works for you :)