在 iOS 中观察媒体库的变化

Observe Media Library changes in iOS

我想知道是否可以在 iOS 中观察媒体库的变化。

每次用户添加、删除或编辑媒体项(歌曲、艺术家或专辑项)时,我都希望收到通知。

我还没有找到方法。

您可以使用通知 MPMediaLibraryDidChange 来观察库的变化。 请务必先致电beginGeneratingLibraryChangeNotifications()

供参考 https://developer.apple.com/documentation/mediaplayer/mpmedialibrary