【发布时间】:2013-09-17 14:17:37
【问题描述】:
我有一个 iOS 应用程序,用户可以在其中上传使用 UIImagePickerController 拍摄的照片。
当我查看 jpg exif 数据时,我注意到大量照片的“相机型号名称”中填写了“iPod Touch”。
为什么我可以收集使用 iPod Touch 拍摄的照片,即使它需要授予 Geolocation 访问应用程序的权限?
即使在 iPod Touch 设备上,我也能获得 GPS 坐标?
Camera Model Name : iPod touch
GPS Latitude : 48 deg 51' 7.80" N
GPS Longitude : 2 deg 20' 48.00" E
注意:用户必须启用 GeoLocation。
【问题讨论】:
-
我已经改写了这个问题。
-
地理位置可以仅使用 wifi 连接完成。 Apple 维护着一个 wifi 网络及其位置的数据库,地理定位 API 将使用这些数据库。
标签: ios gps uiimagepickercontroller exif exiftool