Users Pricing

forum

home / developersection / forums / how to get last modified date using alasset class in ios

How to get last modified date using ALAsset class in iOS

Mark Devid 1778 20 Dec 2015
I want to get the last modified date from ALAsset type video?
I tried with:
NSDate *date = [dateFormatter dateFromString:[[[[asset defaultRepresentation] metadata] objectForKey:@"{TIFF}"] objectForKey:@"DateTime"]];
but metadata is coming empty for a video.
Please help me.

Mark Devid

Other


1 Answers