Skip to content
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

Adoption of Xamarin.Forms 3.2 #348

Open
vniehues opened this issue Sep 20, 2018 · 5 comments
Open

Adoption of Xamarin.Forms 3.2 #348

vniehues opened this issue Sep 20, 2018 · 5 comments

Comments

@vniehues
Copy link

Updating Xamarin.Forms to 3.2 forces the update of GooglePlayServices.Maps.

I can't get it to work with TK.CustomMap at all.

Can you give me a hint how to update anyway or could you update the Nuget accordingly?

Thanks!

@TFreudi1
Copy link

For me he Update Xamarin.Forms to 3.2 but not Xamarin.Forms.Maps
The Error is
NU1107: Versionskonflikt entdeckt für "Xamarin.GooglePlayServices.Base"
FISA.Android -> TK.CustomMap 2.0.1 -> Xamarin.GooglePlayServices.Location 42.1021.1 -> Xamarin.GooglePlayServices.Base (= 42.1021.1).

@vincentcastagna
Copy link

I've just updated my project with latest XF 3.5 and everything is working. Latest TKCustomMap has no dependency on Xamarin.Forms.Maps. So you can remove XF.Maps as it is "bundled" in the TKCustomMap nuget package.

@TFreudi1
Copy link

There is no update in your GitHub code and I still can't get it to work.

@TFreudi1
Copy link

I also get an error about googleplayservice, VS 15.9.7 and all nuget packages are updated. Android Destination SDK is 8.1 Oreo.
MyMapTest.Android -> TK.CustomMap 2.0.1 -> Xamarin.GooglePlayServices.Location 42.1021.1 -> Xamarin.GooglePlayServices.Base (= 42.1021.1).

@TFreudi1
Copy link

Well OK, I build a new project and use only my old sources, It works now with iOS and Android, but because I have no reference to Xamarin.Forms.Maps how do I give the UWP Part my Bings License Key ?
This can't be compiled:
Xamarin.FormsMaps.Init("INSERT_MAP_KEY_HERE");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants