AppCenter SDK をインストールし、この方法を使用して Xamarin フォームで初期化しようとした後:
AppCenter.Start("ios={Your App Secret};android={Your App Secret};uwp={Your App Secret}", typeof(Analytics), typeof(Crashes));
このエラーが発生しました:
The type or namespace 'Start' does not exist in the namespace 'AppCenter' (are you missing an assembly reference?)