Thank you anonymous Framework Engineer, it worked.
I had erroneously thought that querying for .album and subtype .any like so:
let albums = PHAssetCollection.fetchAssetCollections(with: .album, subtype: .any, options: nil)
would fetch for all albums regardless of subtype, including the synced albums, but alas not, you have to query for them specifically.
Is this also the case for all the other PHAssetCollectionSubtype subtypes?
Topic:
Media Technologies
SubTopic:
Photos & Camera
Tags: