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

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

This functionality is not implemented in the portable version of this assembly. #41

Closed gjorgji88 closed 6 years ago

gjorgji88 commented 7 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.

This is what i get when trying to use it in iOS project. I confirm that references are properly added and iCloud drive is configured.

S3ns3o commented 7 years ago

Hello, Got the same issue, do you have any news about it?

gjorgji88 commented 7 years ago

No, i just had to remove this component. I made a custom platform specific implementation in xamarin iOS.

S3ns3o commented 7 years ago

@gjorgji88 I find in the entitlements a configuration key that is

com.apple.developer.ubiquity-kvstore-identifier
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>

Do you know if I must change that, or is it good?

Buckley-James commented 7 years ago

Having the same issue with the nuget package. Not working on IOS Simulator and gives me

System.NotImplementedException: 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.

Error

GlenConway commented 7 years ago

See #28

CarlosJeJe commented 6 years ago

Someone found the solution?

navyseai commented 6 years ago

Same problem... did you tried it in a physical device? maybe it just doesnt work in the simulator. I don't have a device to test right now.

CarlosJeJe commented 6 years ago

No navyseai, the same problem, some other alternative?

kasra21 commented 6 years ago

You guys can use LeoJHarris.Plugin.FilePicker for now, but don't forget to setup your icloud (it s not perfect but does the job).

https://github.com/LeoJHarris/FilePicker

jfversluis commented 6 years ago

This should now be working in this NuGet: https://www.nuget.org/packages/Xamarin.Plugin.FilePicker/1.4.0-beta

If not, please open a issue on the new repo where development will be continued: https://github.com/jfversluis/FilePicker-Plugin-for-Xamarin-and-Windows/issues

gonzalonm commented 6 years ago

Try to rebuild all projects. It worked for me

kosta59 commented 6 years ago

Moving up to compile 7.1 fixed the issue for me.