How can I prompt the user to turn on location services after user has denied their use

后端 未结 11 2242
死守一世寂寞
死守一世寂寞 2020-11-29 20:06

I have an application with an explicit user interaction that makes use of the user\'s current location. If the user denies access to location services, I would still like su

11条回答
  •  醉酒成梦
    2020-11-29 20:14

    I guess you will have an answer to your question when Apple will think about a new SDK. At current time and as far as I know, it's not possible :

    No URL-Handler available
    No usable method to call

    But... As Maps does it, this CAN be done, but probably using a private API. If you're not afraid with this kind of coding, you should search there in my opinion.

提交回复
热议问题