Exemplo n.º 1
0
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            global::Xamarin.Forms.Forms.Init();

            // Code for starting up the Xamarin Test Cloud Agent
                        #if ENABLE_TEST_CLOUD
            Xamarin.Calabash.Start();
                        #endif

            Appearance.Configure();

            LoadApplication(new App());

            return(base.FinishedLaunching(app, options));
        }
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            Microsoft.WindowsAzure.MobileServices.CurrentPlatform.Init();
            global::Xamarin.Forms.Forms.Init();

            // Code for starting up the Xamarin Test Cloud Agent
#if ENABLE_TEST_CLOUD
            Xamarin.Calabash.Start();
#endif


            Appearance.Configure();

            MobileCenter.Start("b7cd7b07-85af-45eb-87e0-74f05d88acd4");
            LoadApplication(new App());
            MobileCenterLog.Debug("AppDelegate", "DidFinishLaunchingWithOptions");

            return(base.FinishedLaunching(app, options));
        }
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            global::Xamarin.Forms.Forms.Init();


            Appearance.Configure();

            LoadApplication(new App());


            // UNCOMMENT for Gorilla development
            //LoadApplication(UXDivers.Gorilla.iOS.Player.CreateApplication(
            //	new UXDivers.Gorilla.Config("Good Gorilla")
            //		.RegisterAssemblyFromType<UXDivers.Artina.Shared.CircleImage>()
            //		.RegisterAssemblyFromType<UXDivers.Artina.Grial.BrandBlock>()
            //	));

            //System.Net.ServicePointManager.ServerCertificateValidationCallback += delegate { return true; };


            return(base.FinishedLaunching(app, options));
        }