Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当有人第一次拒绝时,如何从实际应用重新打开定位服务。我可以选择关闭或打开它。
您只能提示他们到屏幕上打开位置服务,如下所示:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"prefs:root=LOCATION_SERVICES"]];