(iPhone)在没有警报视图的情况下获取客户的位置?

发布于 2024-11-10 00:45:07 字数 155 浏览 0 评论 0原文

位置不必非常精确,
获取之前获取的位置就足够了。
几公里的误差是可以的。

我怀疑这违反了政策
但我想问一下也没什么坏处,

如果没有合法的方法在不弹出窗口的情况下获取位置,
需要多长时间才能获得精确到几公里的位置

谢谢

The location doesn't have to be precise,
it is sufficient to get location previously fetched.
and several kilometer error is fine.

I suspect this is violation of policy
But no harm to ask I guess

If there's no legit way of obtaining location without pop up,
how long does it take to get a location with accuracy of several kilometers

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

老娘不死你永远是小三 2024-11-17 00:45:07

来自苹果的文档

重要:除了硬件之外
可用时,用户拥有
拒绝申请的选项
访问位置服务数据。
在其最初使用期间
应用程序,核心位置
框架提示用户确认
使用定位服务是
可以接受。如果用户否认
请求,CLLocationManager 对象
向其报告适当的错误
在将来的请求期间进行委托。你
还可以检查应用程序的
显式授权状态使用
授权状态方法。

如果用户不接受,Apple 不会允许使用 CoreLocation 框架。 此主题您可能感兴趣

From apple's documentation

Important: In addition to hardware not
being available, the user has the
option of denying an application’s
access to location service data.
During its initial uses by an
application, the Core Location
framework prompts the user to confirm
that using the location service is
acceptable. If the user denies the
request, the CLLocationManager object
reports an appropriate error to its
delegate during future requests. You
can also check the application’s
explicit authorization status using
the authorizationStatus method.

Apple won't allow usage of CoreLocation framework without user accepting it. This thread might interest you

泪痕残 2024-11-17 00:45:07

该警报的存在是有原因的。在没有先询问用户的情况下,您不应该获取他们的位置。

That alert is there for a reason. You shouldn't get a user's location without asking them first.

情泪▽动烟 2024-11-17 00:45:07

激活位置 API 将生成警报对话框以允许用户选择加入。这是由操作系统处理的,无法控制。但事实不应该如此。

Activating the Location API will generate the Alert Dialog to allow the user to opt in. This is handled by the Operating System and it not available to control. And it shouldn't be.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文