Since ALAssetsGroup
was replaced by PHAssetCollection
on Photos Framework how can I uniquely identify an asset collection (album) even if the user renames it? I was using ALAssetsGroupPropertyPersistentID
before PhotoKit existed.
Asked
Active
Viewed 158 times
0

fpg1503
- 7,492
- 6
- 29
- 49
1 Answers
1
Every PHCollection is a subclass of PHObject which has a property localIdentifier which never changes for a collection.

jarora
- 5,384
- 2
- 34
- 46