I used MediaGallery.PickAsync() to pick multiple photos. I then use its OpenReadAsync() to get stream to set as Source of Image. It works fine on Android. However, when it comes to iOS, I got the error "Errors in file generation". I think I will need to either get the full path of the picked image files or use some other means to create files from the stream. How can I achieve this?
