Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在不请求核心位置许可的情况下使用图像选择器?
这取决于用户 - 如果他在“设置”中启用了照片地理标记,iOS 将始终请求许可。
你可以使用它。您将从其中获得的照片\视频将从任何地理标记数据中删除。如果您需要这些数据,则需要使用“低级 api”(例如AVFoundation和)构建自己的选择器CoreMedia。不仅如此 - 你不需要询问权限。在这种情况下,系统将向用户显示询问用户此类权限的警报,而在您使用时不会显示UIImagePickerController。
AVFoundation
CoreMedia
UIImagePickerController