简体   繁体   中英

How to get access to photos using ALAssetsLibrary without request location access in iOS5?

I requested photo access using ALAssetsLibrary in iOS5. It asks user app can access location service or not. If user choose no, my app cannot access to photo.

How to access to photo with out asking user for access to location service?

Special thanks

You have to fall back to using the UIImagePickerController if the user denies you location access. It's pretty bad, I know.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM