Actually my question in title, how to determine is image made on device or it downloaded from outside.
I use ALAssetsLibrary and standard UIImagePickerController, to load images but they can return an image which user saved from internet or get from email, I need to switch images which made on device with camera and other.
Feel free to ask any questions, i hope community will help me with it.
You can try to read dictionary like:
and you will see that there is a key with device information:
hope this help.