Of the 55 images I have, only the first 2 images have non-zero time, the rest have times of 0.
I'm using:-
cameraRoll.loadThumbnailPhotoAssets(start, count, CameraRollExtension.LOAD_PHOTO_TYPE_THUMBNAILS);
to get the thumb nails and the metadata so I can show the date and time the image was created.
Of the 55 images I have, only the first 2 images have non-zero time, the rest have times of 0.
I'm using:-
to get the thumb nails and the metadata so I can show the date and time the image was created.