Following my previous question and in accordance with (among others) this question , the localIdentifier PHASset is not saved on devices (after the photo is synchronized via iCloud).
How to save a link to a PHASset (image) that will be saved on all devices?
Locally, I store local identifiers in an array, so I can easily retrieve assets when needed. Since local identifiers are not stored on different devices, this obviously will not work. I don’t want to save the actual image, as this obviously has consequences for the repository, and I won’t be able to use the framework for such things as thumbnails, etc.
Is there any other way around this?
source share