How to get a ALAssetRepresentation of a shared photostream ALAsset?
问题 When I try to access pictures from a photo stream, sometimes the [asset defaultRepresentation] method returns nil. According to the documentation this can occur if the asset is not (yet) available locally. This method returns nil for assets from a shared photo stream that are not yet available locally. If the asset becomes available in the future, an ALAssetsLibraryChangedNotification notification is posted. Once I view the photo in the Photos.app it becomes available for my app too, but