Hi!
Im trying to implement the compass https://github.com/JarleySoft/Xamarin.Plugins/tree/master/Compass.
When I try to compile the sample in my iphone, to start to understand how can I implement it on my app, I get this error:
Support for Classic applications (using monotouch.dll) is obsoleted in Xamarin.iOS 10.0+. Please migrate your project to Unified (Project > Migrate to Xamarin.iOS Unified API). (Plugin.Compass.iOS)
I can understand I need to migrate, I seen a step to step in Xamarin.forms page, but, because is just to much at this stage for my knowledge, I'm wondering if some where (I couldn't find it) is an example of working compass in Xamarin.forms that work out of the box, or maybe somebody can helpme to understand how can I manage to make it work...
Thank-you so much!!