Image not returned by didFinishPickingMediaWithInfo:

怎甘沉沦 提交于 2019-12-04 18:50:55

If you're sure the iPad has the image, it sounds like a bug.

But since you can get the reference url, you can use ALAsset API to get the image.

sorry, it should be ALAssets.

For your reference,


- (void)assetForURL:(NSURL *)assetURL resultBlock:(ALAssetsLibraryAssetForURLResultBlock)resultBlock failureBlock:(ALAssetsLibraryAccessFailureBlock)failureBlock

it is a method of ALAssetsLibrary.

For more, you can check the document from Apple.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!