AVAssetDurationDidChange - notification not receiving in iOS 17

We utilized AVFragmentedAssetMinder to refresh the player data. While notifications for AVAssetDurationDidChange were consistently received whenever the player duration changed.

However, following the release of iOS 17, notifications for AVAssetDurationDidChange ceased to be received.

Could you please advise anyone why this notification is not being triggered? what we have to change

NotificationCenter.default.addObserver(self, selector: #selector(self.onVideoUpdate), name: .AVAssetDurationDidChange, object: nil)

#AVPLAyer, #AVMUtableMovie