Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] NuGet version conflict between Xamarin.Froms.Maps and Microsoft.AppCenter.Push #8633

Closed
BRB2000 opened this issue Nov 23, 2019 · 7 comments · Fixed by #7660
Closed
Labels
a/buildchain e/1 🕐 1 in-progress This issue has an associated pull request that may resolve it! p/Android t/bug 🐛

Comments

@BRB2000
Copy link

BRB2000 commented Nov 23, 2019

If you have a Xamarin Forms app, and add the packages Xamarin.Froms.Maps and Microsoft.AppCenter.Push through NuGet, you get a version conflict regarding Xamarin.GooglePlayServices.Base.

App.Android -> Microsoft.AppCenter.Push 2.6.1 -> Xamarin.Firebase.Messaging 71.1740.0 -> Xamarin.Firebase.Iid 71.1710.0 -> Xamarin.Firebase.Iid.Interop 71.1601.0 -> Xamarin.GooglePlayServices.Base (>= 71.1610.0) App.Android -> App -> Xamarin.Forms.Maps 4.3.0.991211 -> Xamarin.GooglePlayServices.Maps 60.1142.1 -> Xamarin.GooglePlayServices.Base (= 60.1142.1).

@BRB2000 BRB2000 added s/unverified New report that has yet to be verified t/bug 🐛 labels Nov 23, 2019
@StephaneDelcroix StephaneDelcroix added the s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one. label Nov 25, 2019
@StephaneDelcroix
Copy link
Member

could you please attach a repro project ? thanks

@BRB2000
Copy link
Author

BRB2000 commented Nov 25, 2019

@BRB2000
Copy link
Author

BRB2000 commented Nov 25, 2019

Please try to update the AppCenterPush NuGet on the .Droid project.

@dansiegel
Copy link
Contributor

@StephaneDelcroix I've run into this myself... I believe the only thing that really has to be done here is for Xamarin.Forms.Maps on Android reference the newer GooglePlayServices package.

@samhouts samhouts added a/buildchain p/Android and removed s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one. labels Nov 25, 2019
@jfversluis jfversluis added e/1 🕐 1 and removed s/unverified New report that has yet to be verified labels Nov 26, 2019
@jfversluis
Copy link
Member

Opened a PR for this. You should easily get around this for now by installing the right GooglePlayStore package version by hand.

@samhouts samhouts added the in-progress This issue has an associated pull request that may resolve it! label Nov 27, 2019
@peter-raehse
Copy link

You should easily get around this for now by installing the right GooglePlayStore package version by hand.

@jfversluis Sorry that I have to ask: how can I do this the right way? If I remove Xamarin.Forms.Maps and update the Microsoft.AppCenter I can't install the recent version of Maps because of the version conflict and vice versa. Thanks!

@noxe
Copy link

noxe commented Jan 13, 2020

Is there any Info when this will be available / in which version?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/buildchain e/1 🕐 1 in-progress This issue has an associated pull request that may resolve it! p/Android t/bug 🐛
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants