是否可以通过 iPhone 设备 ID 查找位置?
我想知道,iPhone上可以通过设备ID获取位置(纬度,经度)吗?例如,如果我想制作一个 iPhone 应用程序来查找大学校园里的朋友,我有朋友的设备 ID,但没有他们的位置。真的可能吗?我为我的无知感到抱歉,但请指导我。
谢谢, 问候, 艾妮
I wanted to know, is it posisble to get location(latitude, longitude) by device ID on iPhone? for example, if i want to make an iPhone app that finds friends with in university campus, I have my friend's device IDs but not their location. Is it really possible? I am sorry for my ignorance but please guide me.
Thanks,
Regards,
Ainee
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,您无法使用任何标准 iOS API 获取朋友 iPhone 的位置。要执行类似的操作,您还应该有一个服务器组件,并让您的应用程序向其报告位置。然后您应该能够向服务器查询正在运行该应用程序的任何用户的位置。
No, you can't obtain the location of your friends' iPhones with any standard iOS API. To do something like that, you should have a server component as well, and have you app report the location to it. Then you should be able to query the server about the location of any user that is running the app.