Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の呼び出しによって返されたアセットのURLをデバイスの物理パスに変換する方法はありますか?
NSURL *assetUrl = [_selectedAsset defaultRepresentation] url];
道はない。(ファイルへのパスがあったとしても、サンドボックスが原因でアプリはファイルを読み取ることができませんでした。)
アセットの生データを取得する唯一の方法はgetBytes:fromOffset:length:error:にありALAssetRepresentationます。
getBytes:fromOffset:length:error:
ALAssetRepresentation