Studyxnet / FilePicker-Plugin-for-Xamarin-and-Windows

FilePicker Plugin for Xamarin and Windows
MIT License
74 stars 52 forks source link

FilePicker for Xamarin.Ios doesn't work #76

Closed willowTank closed 6 years ago

willowTank commented 6 years ago

I am going to filename from iCloud in Xamarin.Ios by using FilePicker But Actually it doesn't work So when I select file, it return null or emptystring How can i fix it? Please help me

willowTank commented 6 years ago

"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." I got over messages

achayi commented 6 years ago

In iOS project, remove the references for filepicker from NetStandard folder and add them from iOS10 folder or MonoTouch10 folder.

jfversluis commented 6 years ago

In an effort to further develop this plugin I have moved it into my own account: https://github.com/jfversluis/FilePicker-Plugin-for-Xamarin-and-Windows

Please move your questions or issues to there. This particular issue has been fixed in the newest beta packages.