How To Turn Location Service On

前端 未结 1 1631
感情败类
感情败类 2021-01-17 05:38

How can I turn Location Services back on from the actual app when someone declined the first time. I have an option to turn it off or on.

1条回答
  •  时光说笑
    2021-01-17 05:38

    You can only prompt them to the screen to turn on location services like so:

    [[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"prefs:root=LOCATION_SERVICES"]];
    

    0 讨论(0)
提交回复
热议问题