photoLibraryDidChange called repeatedly without any changes to Photos

I have my callback registered and it's called repeatedly without anything changing in the photo album. I'm getting the assets via

PHAssetCollection.fetchAssetCollections

In the callback, I update my PHFetchResult and PHCollection to the one passed in the callback. I process the changeDetails

yet the callback keeps getting called.

Any ideas?

Replies

Could you post more of the code in which you're seeing this behavior? Have you filed a Feedback by chance with more details?