安装 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?)