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
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.