-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue implementing IInstallStateUpdatedListener for flexible update #17
Comments
What are you trying to achieve? |
@saamerm I am using latest version (1.10.0), I want to support flexible update in my app. So to get InstallStatus after app is downloaded I have implemented IInstallStateUpdatedListener. But I am getting compilation error as posted in the question.
|
Hi @dhruvgohiloo7 . As it is mentioned in xamarin/GooglePlayServicesComponents#221 Xamarin would need to support modules first for some features. Flexible Updates is one of it. So for now only Immediate updates are possible |
Hi @Alex1ch I am facing same error with latest stable version 1.10.0 and pre-release version 1.10.2-rc2. |
When implementing IInstallStateUpdatedListener, I am getting below errors.
error: AppUpdateInstallListener is not abstract and does not override abstract method onStateUpdate(InstallState) in StateUpdatedListener
error: name clash: onStateUpdate(Object) in AppUpdateInstallListener and onStateUpdate(StateT) in StateUpdatedListener have the same erasure, yet neither overrides the other public void onStateUpdate (java.lang.Object p0) where StateT is a type-variable: StateT extends Object declared in interface StateUpdatedListener
The text was updated successfully, but these errors were encountered: