I would like to know if there is a way to detect if the iphone music library has changed when my application is not running.
There is a lastModifiedDate property in the MPMediaLibrary class that does this, but the problem I am facing is that this date changes even if the iPhone is not synchronized. The date usually changes if the current playlist or current playlist is changed on the iPod.
Is there any other way to determine if the iPhone is in sync?
source
share