Hello,
I have the following problem with FilePicker plugins for iOS:
I have a xamarin project for all platforms and I want to select pdf file and upload it via some API.
For UWP and Android this works without problem but for iOS I have the following issue:
* The following is called: await CrossFilePicker.Current.PickFile();
* iPad - nothing happens, no menu appears and when i click on the button again I get an exception that only one operation is possible at the moment which comes from the code in the plugin
* iPhone - menu appears and I select option browse and then can select the file from iCloud but the file is not returned so I still get nothing, the application hangs and if I click twice on the button I have the same exception as for the iPad
The following plugins were tried but the result was the same for all of them:
* Studyxnet FilePicker
* Proyoyo FilePicker
Also cloud driver was configured for the application.