Came across a strange issue today, It would seem if i take a photo in powerapps on an iphone using the Add image control (which will start the native camera app on the device) it does not capture the geotagging data.
If I do the same thing on android it works fine.
I have enabled location permissions on IOS but still no luck.
I suspect the issue is because the IOS camera is not saving the image to the device and as such the geotag data is not been applied, whereas in android the image is saved to the device.
Anyway, does anyone know of a way to take a photo in powerapps on an iphone and retain the geotag data.
A possible solution might be to capture the location data seperately using the location control in powerapps, however i have a need to embed this location data in the image as metadata. So if there was solution to injecting the longitude and latitude into an image via Flow or something similar that may also work.
Any and all ideas welcome.