hi developers
my app uses location service, some users are reporting that the app does not appear on their iPhone location services list in the settings. thus they cant give it permission to use the location. they also claim that they did not got the prompt pop up that ask them to turn location on, as I noticed, this happens to users who have updated to 15.0.x and 15.1.x version. before they updated everything worked fine.
is anyone have a similar issue?
in my info.plist file I have:
NSLocationAlwaysAndWhenInUseUsageDescription
NSLocationWhenInUseUsageDescription
thank you