Hello,
My app only need location services while it is running but I submitted an update for my app to the App Store and got an email from Apple saying that I have to add a NSLocationAlwaysUsageDescription to the info.plist. This is odd since I don't need that permission but I guess that the Xamarin Plugin for Geolocation uses it so I am stuck with adding this permission request even though I don't use it.
I added the necessary xml to the info.plist and now I get a message box with a "Location permission not granted" whenever I try to get a location from the app. When I look in the app settings I see that the location permission is granted!
Anyone came across the same issue and has a solution?