-->

Is it possible to call alert “Allow to use current

2019-01-28 22:14发布

问题:

Is it possible to call alert "Allow to use current location" manually when using CoreLocation framework?

回答1:

No, it's automatically displayed when the app accesses Core Location. If the user rejects it, it's displayed a second time at the next launch, then it keeps quiet and isn't shown anymore.

See this answer how to detect if the user rejected the request.