我想從我的照片流中獲取照片。我只有PHAsset的localIdentifier。如何從我的照片流專輯中獲取照片
對於「我的照片流」相冊以外的照片,我正在使用以下代碼檢索PHAsset。
[PHAsset fetchAssetsWithLocalIdentifiers:@[「localIdentifier」] options:nil].firstObject
localIdentifier就像 '1BFC3BA2-AC95-403A-B4FF-B26AFB631581/L0/001
'
它的正常工作。但在我的「我的照片流」專輯中,我獲得了PHAsset的零值。
有沒有人有一個想法如何我們可以從我的照片流使用PHAsset的localIdentifier值獲取原始照片?