xamarin.forms - How to use Couchbase.Lite-PCL in a Xamarin Forms project? -
i see there's couchbase.lite-pcl in nuget has been published recently. capable of running in pcl? knows how make work? couldn't find documentation on this.
it not official nuget package, milage may vary.
it have dll's in portable folder, , dll's added fine pcl , project seems build.
try it, might work fine, don't expect direct support couchbase people.
alternatively implement interface in pcl, implement per platform methods need official couchbase nuget. inject platform specific implementation @ runtime through ioc container xamarin.forms provide.
Comments
Post a Comment