May 2019
Intermediate to advanced
504 pages
11h 50m
English
App Center offers advanced telemetry and diagnostic options. In order to start using these monitoring features, App Center SDK needs to be installed on the application and initialized for all target platforms. Follow these steps to learn how:
PM> Install-Package Microsoft.AppCenter.AnalyticsPM> Install-Package Microsoft.AppCenter.Crashes
AppCenter.Start("ios={AppSecret};android={AppSecret};uwp={AppSecret}", typeof(Analytics), typeof(Crashes));
Read now
Unlock full access