While I have already added:
NSLocationWhenInUseUsageDescription
I keep receiving this warning:
This app has attempte
Well, actually, in my case I needed to put ALL THREE of them like this:
NSLocationAlwaysAndWhenInUseUsageDescription
...
NSLocationAlwaysUsageDescription
...
NSLocationWhenInUseUsageDescription
...
Otherwise, I wouldn't get the pop-up alert asking to allow the Location.
Note: I develop in Flutter, I don't know if it has any repercussions in this case...