How can I get the path of each item in an array of ALAssets?
I would like to get the images so that I can add them to an email
e.g.
NSString
Assuming you already have access to an array of ALAsset objects, you can retrieve their URL like this:
someAsset.defaultRepresentation.url