Here is the set up:
I am making an application 'X'. This application allows a person to upload their location. Their location can be turned off in Setting > Location > 'X' for their privacy. I also implement UIImagePickerController
which allows users to take pictures and upload to the server.
The question:
Would geo-tagging be enabled for App 'X' pictures following these scenarios:
1.) geo-tagging on iOS camera app is enable and App 'X' location is disabled.
2.) geo-tagging on iOS camera app is disable and App 'X' location is enabled.
Follow up question: if geo-tagging is handled by the iOS camera app, is there a way to prevent users' location to show up in the picture taken by app 'X' camera?
Thank you.