I'm working on a photo app and I want to allow the user to display, edit and delete photos. I can fetch all photos using PHAsset.fetchAssets(with: options)
. This works as intended.
However, I can't seem to find a way to prevent the user from seeing photos from a Shared Library. The PHAssetSourceType
only contains typeCloudShared
to only show items from a specific album; not library.
How can I filter by iCloud Shared Library?