I've been scratching my head on below error when I started using https://github.com/jguertl/SharePlugin:
Could not load type Share.Forms.Plugin.iOS.ShareImplementation, Share.Forms.Plugin.iOS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null while decoding custom attribute
I am on Xamarin Forms 1.4.4.6392, not sure what's going on.
Exception occurs on window.RootViewController = App.GetMainPage ().CreateViewController (); just after ShareImplementation.Init();
Anyone?