I have an app that uses the GPS location in photos of the camera roll.
I want to notify the user while he is in the default iOS camera app (not in-app camera) to turn on his GPS permission to the camera app if it's off.
Is it even possible to do so? If not, can I check if the camera app has GPS permission inside my own app (for example, when I load the camera roll photos - to check if the default camera app has GPS permission)?
Thank you!