public App()
        {
            AppCenter.Start("92b39f71-ca95-4b49-9149-ded8a273ae52",
                            typeof(Analytics), typeof(Crashes));

            MainPage = new ButtonPage();
        }
Beispiel #2
0
 public App()
 {
     AppCenter.Start("android=839ec90c-02a5-425f-adde-aec2cc5e7836;" +
                     "ios=b21e0878-63f9-4fd0-bcbf-94d1760c7f91;",
                     typeof(Analytics), typeof(Crashes));
     MainPage = new ButtonPage();
 }
 public App()
 {
     AppCenter.Start("android=fde9f98e-8f8f-489d-aa3c-fe8af70d2334;" +
                     "ios=<INSERT_IOS_APP_SECRET_HERE>;",
                     typeof(Analytics), typeof(Crashes));
     MainPage = new ButtonPage();
 }
 public App()
 {
     AppCenter.Start("android=56a4c38c-9003-489d-b04b-c2c547fc23d5;" +
                     "ios=b21e0878-63f9-4fd0-bcbf-94d1760c7f91;",
                     typeof(Analytics), typeof(Crashes));
     MainPage = new ButtonPage();
 }
 public App()
 {
     AppCenter.Start("android=53f8bf66-ac10-4bfc-9f35-f80fd8ed67f7;" +
                     "ios=d9880644-275f-4841-85b2-b01404b23c3e;",
                     typeof(Analytics), typeof(Crashes));
     MainPage = new ButtonPage();
 }
Beispiel #6
0
 public App()
 {
     AppCenter.Start("android=<INSERT_ANDROID_APP_SECRET_HERE>;" +
                     "ios=<INSERT_IOS_APP_SECRET_HERE>;",
                     typeof(Analytics), typeof(Crashes));
     MainPage = new ButtonPage();
 }