My application keeps a cache of ALAssets. The user may put the app into the background and then use the Photos app, or some other means, to delete some photos or videos. When my app is in the background, I do not get the notification from ALAssetsLibrary that data has changed. Does anyone have an optimal approach to syncing my application state with the ALAssetsLibrary state when the application becomes active again?
Upate: It looks like I can use this approach to iterate back over the entire library, but it seems an inefficient way to get the delta of changes.