Are there any great tutorials on accessing device data using user permissions?
How do I access full device data (push, location, contacts, microphone, camera, etc.) and ensure that these properties are accessible at all times?
Also, how would I map a user's location as they move around a geographic location? If they grant permissions to location services, how should I code the application so that I can build a dashboard of all users mapped on a map in real-time, at all times.
Thanks!