0

Please tell me what Apple did not like.

<key>NSLocationAlwaysUsageDescription</key>
  <string>This app needs access to location when in the background.</string>
  <key>NSLocationWhenInUseUsageDescription</key>
  <string>This app needs access to location when open.</string>
  <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  <string>The program needs GPS to get the current location on the map in order to calculate the distance to the bikes</string>

Says I didn't describe well enough why I use user's location. And I need it so that the user is displayed on the map so that he can see parking lots next to him and bicycles nearby. Can anyone help me describe it correctly? Or tell me what's wrong?

HangarRash
  • 7,314
  • 5
  • 5
  • 32
Daniil
  • 369
  • 1
  • 11
  • Try using that 3rd string for all three. That's the only one you provide that actually explains why you need the user's location. – HangarRash Mar 26 '23 at 04:57

0 Answers0