Hi All
I’m trying to build a super simple app that uses the iPhone’s sensor for geoLocation data.
The Docs are very limited on information here ( https://docs.appgyver.com/reference/sensor-variables#geolocation ) - there is a LOT of detail on sensorVars and starting/stoping polling - but nothing works, it’s all just Undefined.
I suspect it’s one of the following 2 things:
1: No ability to set permissions for AppGyver to receive location information from iOS
2: No idea where to start the GeoLocation Poller to update the details
The only place I find to set the Permissions is in the BUILD section and that doesn’t seem to impact development cycle, and the documentation around permissions simply says “Set permissions 100% manually” but doesn’t go on to say how or where.
Anyone managed to navigate through this?
Thanks