Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
906 stars 199 forks source link

Why can i not disable GPS? NSLocationWhenInUseUsageDescription #476

Open user425846 opened 1 month ago

user425846 commented 1 month ago

When i try to publish my app to the app store, apple requires me to set NSLocationWhenInUseUsageDescription, but i don't use GPS, i set exifPreferences: ExifPreferences(saveGPSLocation: false).

How can i remove this permission so i dont have to include it in my app?