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 avoid Location service in AlAssetLibrary?
i created a application to get images from iPhone photo Folder using ALAssetLibrary. Can
Share
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.