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

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

e.FilePath argument is getting null #29

Open ShahriatHossain opened 7 years ago

ShahriatHossain commented 7 years ago

Hi, I have updated my dll today and it seems for ios I am getting e.FilePath argument null on ios Implementation file at line number 141 and code snipped below:

tcs?.SetResult (new FileData (e.FilePath, e.FileName, () => File.OpenRead (e.FilePath)));

can anybody let me know how can I fix this issue?

ShahriatHossain commented 7 years ago

And also I have found TakeMediaAsync on ios implementation calling more than one time, not sure what could be the reason.

riandesign commented 7 years ago

On iOS I also got that error. System.Exception: Error getting value from 'DataArray' on 'Plugin.FilePicker.Abstractions.FileData'.

elmernocon commented 7 years ago

this has been answered here.