XamarinPlayCoreUpdater icon indicating copy to clipboard operation
XamarinPlayCoreUpdater copied to clipboard

Update README with all the features supported by this play core binding library

Open saamerm opened this issue 5 years ago • 3 comments

Google’s play core library does a lot of awesome stuff. What features of that library does this nuget not support? Is there any feature we haven’t tested to see if it works? The README should be updated with a bit more explanation.

Let’s increase the number of downloads of this nuget package by 1000’s!!

saamerm avatar Sep 23 '20 22:09 saamerm

@saamerm Features that have not been tested from the play core library include the following:

  • The Play feature delivery which uses the SplitInstallManager to push only code and resources.
  • The Play Asset delivery which uses the AssetPackManager to manage the delivery of application assets.

I am not sure if Xamarin Android support this feature because it will require the use of separate modules in the application.

gabrieldwight avatar Sep 25 '20 09:09 gabrieldwight

it is an android binding library from the original aar package. So it should expose all the apis. that means that you can implement whatever is possible with java or kotlin

EmilAlipiev avatar Feb 06 '21 03:02 EmilAlipiev

@EmilAlipiev As it is mentioned in xamarin/GooglePlayServicesComponents#221 Xamarin would need to support modules first for some features. So yes, the APIs are exposed but they can´t work right now.

PatGet avatar Mar 23 '21 21:03 PatGet