Exemple #1
0
        //
        // This method is invoked when the application has loaded and is ready to run. In this
        // method you should instantiate the window, load the UI into it and then make the window
        // visible.
        //
        // You have 17 seconds to return from this method, or iOS will terminate your application.
        //
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            Rg.Plugins.Popup.Popup.Init();
            FlowListView.Init();
            global::Xamarin.Forms.Forms.Init();
            ContextMenuViewRenderer.Preserve();
            Plugin.InputKit.Platforms.iOS.Config.Init();
            string pagename = null;
            string data     = null;

            CardsViewRenderer.Preserve();
            LoadApplication(new App(pagename, data));
            global::Xamarin.Auth.Presenters.XamarinIOS.AuthenticationConfiguration.Init();
            FacebookClientManager.OnActivated();
            FacebookClientManager.Initialize(app, options);
            return(base.FinishedLaunching(app, options));
        }
        //
        // This method is invoked when the application has loaded and is ready to run. In this
        // method you should instantiate the window, load the UI into it and then make the window
        // visible.
        //
        // You have 17 seconds to return from this method, or iOS will terminate your application.
        //
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            //Author:Omkar - Carousel View
            Forms.SetFlags("CollectionView_Experimental");
            Google.MobileAds.MobileAds.Configure("ca-app-pub-2380813622558954/6411627156");
            //
            Rg.Plugins.Popup.Popup.Init();
            TopTabbedRenderer.Init();
            global::Xamarin.Forms.Forms.Init();

            //   Plugin.InputKit.Platforms.iOS.Config.Init();

            //  GoogleClientManager.Initialize();
            LoadApplication(new App());
            Plugin.InputKit.Platforms.iOS.Config.Init();
            //Author:Omkar - FacebookClientManager Init
            FacebookClientManager.Initialize(app, options);
            FacebookClientManager.OnActivated();
            //GoogleClientManager.Initialize();
            //
            return(base.FinishedLaunching(app, options));
        }
Exemple #3
0
        //
        // This method is invoked when the application has loaded and is ready to run. In this
        // method you should instantiate the window, load the UI into it and then make the window
        // visible.
        //
        // You have 17 seconds to return from this method, or iOS will terminate your application.
        //
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            AnimationViewRenderer.Init();

            ZXing.Net.Mobile.Forms.iOS.Platform.Init();

            CarouselViewRenderer.Init();


            //Pancakeview package(gradients)
            PancakeViewRenderer.Init();
            global::Xamarin.Auth.Presenters.XamarinIOS.AuthenticationConfiguration.Init();
            global::Xamarin.Forms.Forms.Init();
            LoadApplication(new App());
            //Facebook plugin
            FacebookClientManager.Initialize(app, options);
            FacebookClientManager.OnActivated();



            return(base.FinishedLaunching(app, options));
        }
Exemple #4
0
        public override void OnActivated(UIApplication uiApplication)
        {
            FacebookClientManager.OnActivated();

            base.OnActivated(uiApplication);
        }