-
Notifications
You must be signed in to change notification settings - Fork 5
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
Flexible Update Support #2
Comments
Thanks for your feedback. |
Xamarin.Google.Android.Play.App.Update v2.1.0.5 gives this error when trying to build the final application. The library is built without errors
Information: |
Maui.AppStoreInfo
to Maui.Android.InAppUpdates
So for now the planned solution to this issue is to just wait for the new version of Xamarin.Google.Android.Play.App.Update to be released and try again |
Since support for Android 14 is important to us and the current version has bugs with this(xamarin/GooglePlayServicesComponents#813), we still made the transition and released version 1.1.0. But flexible updates are still not supported |
It seems it's not compatible with popular
|
I think the main problem is that the packages using Xamarin.Google.Android.Play.Core are not compatible with the Xamarin.Google.Android.Play.App.Update packages and other modular packages. But I could be wrong here |
Would you recommend posting issue there? |
I see recent commits in this repository and maybe it makes sense. Otherwise we may release a similar package for net8 and higher |
Or I can provide a PR with support for migrating to modular packages for that repository and we'll just use that. But this may have compatibility issues with previous versions |
I'm fine with either approaches |
https://github.com/oscoreio/Maui.InAppReviews |
Greeting! |
I hope this update that came out two days ago will solve the problem |
Any updates on this? 😭 |
This new version of the package still gives the same error, so unfortunately no |
At the moment, we're using awesome
Maui.AppStoreInfo
in our project templateI tried to use
Maui.Android.InAppUpdates
, but I received exception related to exportable activities, but before trying to fix that issue, I'd like to know about porting toXamarin.Google.Android.Play.App.Update
's schedule.Congrats on your awesome works! I really appreciate them (":
The text was updated successfully, but these errors were encountered: