How can i avoid Location service in AlAssetLibrary? Can i retrieve files using AlAssetLibrary without using Location Service?

前端 未结 2 1562
一整个雨季
一整个雨季 2021-01-14 14:29

i created a application to get images from iPhone photo Folder using ALAssetLibrary. Can i retrieve files using AlAssetLibrary without using Location Service? How can i a

2条回答
  •  囚心锁ツ
    2021-01-14 14:51

    Currently there is no way to access ALAssetLibrary without using location services. You have to use the, much more limited, UIImagePickerController to get around that problem.

提交回复
热议问题