I am working on an ios music player with cloud storage.
I need to extract the music information such as title, artist, artwork.
I have an action called playit wh
Try
for (NSString *format in [asset availableMetadataFormats])
Instead of
NSArray *metadata = [assest commonMetadata]; for (NSString *format in metadata) {