MPMediaItemPropertyAssetURL returning null only for iPhone 5s

前端 未结 2 771
[愿得一人]
[愿得一人] 2021-02-08 03:42

I have been using the following code to extract the asset url from the MPMediaItem object returned from the MPMediaItemPickerController so that I can copy music files from a use

2条回答
  •  孤城傲影
    2021-02-08 04:20

    We can add filter that does not show iCloud items with

    [mediaPicker setShowsCloudItems:NO];
    

提交回复
热议问题