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.
我在 iOS5 中使用 ALAssetsLibrary 请求访问照片。它询问用户应用程序是否可以访问位置服务。如果用户选择否,我的应用程序无法访问照片。
如何在不要求用户访问位置服务的情况下访问照片?
特别感谢
如果用户拒绝您的位置访问,您必须回退到使用 UIImagePickerController。这很糟糕,我知道。