fetchMoments deprecated

I noticed that both the fetchMoments(with:) and the fetchMoments(inMomentList:options:) methods are listed in the documentation as deprecated. Why is this? Is there a replacement API for fetching moments? Will the deprecated API still work in iOS 13?

Replies

The change is most likely to the fact that "Moments" are not avaialble in the Photos App on iOS 13 anymore.

The fetchMoments Methods still work on iOS 13 - deprecated mainly means you should not use them when writing a new app and get no maintence anymore. The methods might also be relased in a future iOS release - though not in the near future.