Вы не можете включить программно, если пользовательские касания не позволяют.Вы можете просто сообщить пользователю, что ему нужно перейти в настройки-> Службы определения местоположения и включить его для своего приложения, если он хочет использовать эту функцию.
Вы можете установить цель местоположения, и оно будет отображаться в первом виде предупреждения, которое отображается ОС, когда будет запрашивать разрешение у пользователя.
purpose
An application-provided string that describes the reason for using location services.
@property(copy, nonatomic) NSString *purpose
Discussion
If this property is not nil and the system needs to ask for the user’s consent to use location services, it displays the provided string. You can use this string to explain why your application is using location services.
You must set the value of this property prior to starting any location services. Because the string is ultimately displayed to the user, you should always load it from a localized strings file.