Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin IOS: Is there a file picker picker

I am looking for a File Picker library using iCloud for Xamarin Form for iOS. Currently I am using FilePicker-Plugin-for-Xamarin-and-Windows for Xamarin Form project. It will show the file picker on android application but when running on iOS, there is an error message :

This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation.

Even though the package works, but still not working well.

like image 823
LittleFunny Avatar asked Nov 09 '22 08:11

LittleFunny


1 Answers

Have you seen the document picker in Xamarin? Might not be suitable for all purposes, but worth a look.

like image 116
blas3nik Avatar answered Jan 04 '23 03:01

blas3nik