I have an iOS app, which requests location permissions. If the user accepts, everything works fine (of course). But if the user doesn't accept and then manually triggers a localisation, he get the dialog provided by Apple to change the settings for the app in the Settings-App.
But if the user clicks on Settings
, it just opens the Settings-App without jumping to the settings of my App. The app is also not listed in the Settings-App mainscreen, but can be found under Privacy -> Location Services
.
But once you accept the location (or any other) permissions, the app appears in the Settings and the links work fine.
NSLocationAlwaysAndWhenInUseUsageDescription
is included in the pList.
Any ideas on how to guarantee the to appear in the Settings-App mainscreen?