I am trying to add the AppCenter SDK functionality to my Xamarin Forms app (iOS and Android) and am following the documentation from here.
I am experiencing an issue with the namespaces not seeming to line up quite right. Here is a screenshot with some comments:
As you can see, AppCenter.Start(...)
does not appear to exist but Microsoft.AppCenter.AppCenter.Start(...)
does.
The shared project for my Xamarin Forms app is a .NET Standard 2.0 shared lib.
Any thoughts on what could be causing this?
Additional setup screenshots: