Quick question: for how long is an ALAssetRepresentation URL (its 'url' property) guaranteed to point to the same asset?
The documentation describes it as 'persistent' but does this mean persistent over a single sync, persistent until new photos are added, persistent until old photos are deleted, or what? If I build a database that associates photo elements in the Camera Roll/Photo Library to data in my application using their ALAssetRepresentation url's, will these associations continue to work forever, even if the photos are moved or renamed?