maulik sakhare
maulik sakhare

Reputation: 2037

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?

Upvotes: 1

Views: 1188

Answers (1)

Prakash Shaiva
Prakash Shaiva

Reputation: 1095

There is no way to browse files like android in iOS

Upvotes: 1

Related Questions