Search code examples
file-uploadxamarin.iosxamarin.formsfilepickeruidocumentpickervc

How to implement file browser like android in Xamarin forms IOS


Currently I am using File picker plugin(https://github.com/Studyxnet/FilePicker-Plugin-for-Xamarin-and-Windows) to browse and attach files in my application. Its an cross platform plugin to upload documents.

but in this plugin when we want to upload documents in IOS we can upload documents using ICloud only. I want to upload documents without Icloud as we are doing in android.

enter image description here

Can anyone help me to upload documents in Xamarin forms IOS without using ICloud?


Solution

  • There is no way to browse files like android in iOS