PhotosPickerItem loadTransferable Progress is always indeterminate

I tried several times to use the PhotosPickerItem loadTransferable function with the goal of receiving some progress value especially when loading large video media. However, the Progress object returned by the function has always isIndeterminate == true and so doesn't have any progress value to observe.

Is there some way to make it work ? Some configuration I might have overlooked ? Or is it just not working

I might have to revert back to the UIKit photo picker because of this

Answered by Engineer in 814456022

Thanks for the report! This is a known issue and is tracked by 133331523.

To receive a valid progress, please use UIKit PHPickerViewController until 133331523 is addressed.

Accepted Answer

Thanks for the report! This is a known issue and is tracked by 133331523.

To receive a valid progress, please use UIKit PHPickerViewController until 133331523 is addressed.

PhotosPickerItem loadTransferable Progress is always indeterminate
 
 
Q