Post

Replies

Boosts

Views

Activity

Reply to How to correctly load video selected with PHPickerViewController?
In testing on Xcode 12.0 beta 6, in the iOS 14 Simulator, when attempting to import a QuickTime movie from PHPicker using itemProvider.loadFileRepresentation, I got the following error: "Cannot load representation of type com.apple.quicktime-movie". I was able to workaround this by using PHPickerConfigurationAssetRepresentationModeCurrent. Also in testing, I found that itemProvider.loadFileRepresentation does not work for live photos. I had to use itemProvider.loadInPlaceFileRepresentation instead. Hope this helps!
Sep ’20