Hello, as per title - I am using UIImagePickerController to select videos. Previously I used mediaURL key and it was available even for videos stored on iCloud.
On iOS 14.2, I see that some of the selected videos only have referenceURL (which was deprecated). If I try using that to fetch PHAsset, it triggers permission request.
I have first noticed this behavior for all simulators, but then I was told that this also happens on some devices (ipad mini I believe).
Am I doing something wrong?