我有一个 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。