A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

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!

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Are there any great tutorials on accessing device data using user permissions?

Hi -

All device native features are accessible through Cordova JavaScript APIs, official documentation is available here: http://cordova.apache.org/docs/en/3.0...

-- and in our Documentation section here: https://devcenter.appery.io/documenta...

Return to “Issues”