I have developed location based application and it is able to get user's location but there is strange thing in it. Under setting->Privacy->Location Services, it is not showing my application. It is only happening with iPhone 6 Plus for other devices it is showing.
Asked
Active
Viewed 1.7k times
1
-
http://stackoverflow.com/questions/24062509/location-services-not-working-in-ios-8 perhaps? – natevw May 24 '16 at 17:12
-
No that is not a case in my application. As it is showing in other devices. I have an issue with specific device only. – Dipen Patel May 24 '16 at 23:45
2 Answers
2
I had the same problem. Turns out I simply didn't open the app and get to the prompt to allow the location services. As long as you don't get the prompt and confirm in the app, it will not show in the Privacy->Location list.

Rotem Yakov
- 181
- 1
- 12
-
I got the prompt (and allowed it) and the app still doesn't show under the location list. Not in Privacy and not in the app settings. – Hedylove Dec 04 '17 at 16:28
-
@JozemiteApps make sure you have all three in your info.plist: (1) Privacy - Location Always Usage Description (2) Privacy - Location When In Use Usage Description (3) Privacy - Location Always and When In Use Usage Description – Rotem Yakov Dec 12 '17 at 08:02
-
It did have them. Another member of our iOS team fixed the issue; I don't know what the issue was honestly. – Hedylove Dec 12 '17 at 08:40
2
I'm pretty late to the game, but I had the same problem on an iPhone 8. The app would just not show up under location services. On other devices it was showing up fine.
The only solution that worked, after spending hours on finding a non-existent bug in my code, was to Reset Location & Privacy in Settings
-> General
-> Reset
.

Beat Rupp
- 319
- 3
- 12