iOS 中基于位置的功能
不确定这是否可行,但我想检查一下。
我想通过我的应用程序访问 iOS 中的 GPS 功能,特别是在 iPad 上。最终目标是能够查看附近当前还有谁正在运行该应用程序。这是否可能或切实可行?
Not sure if this is possible, but I wanted to check it out.
I want to access the GPS features in iOS, specifically on iPad through my app. Ultimately the goal is to be able to see who else nearby is currently running the app as well. Is this at all possible or practical to implement?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
完全。查看有关核心位置的文档。通常,像您这样的应用程序的工作方式是,运行该应用程序的任何设备将其位置提交到您服务器上的脚本,然后查询该脚本以查找附近的任何其他设备。
Entirely. Check out the documentation on Core Location. Typically the way an app like yours works is that any devices running the app submit their location to a script on your server, then query that script for any other devices nearby.