Exemplo n.º 1
0
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            FA.FlurryAnalytics.StartSession("YOUR_API_KEY");

            _Window = new UIWindow(UIScreen.MainScreen.Bounds);

            _RootViewController = new RootViewController();
            _Window.RootViewController = _RootViewController;

            _Window.MakeKeyAndVisible();
            return true;
        }
Exemplo n.º 2
0
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            FA.Flurry.StartSession("");

            _Window = new UIWindow(UIScreen.MainScreen.Bounds);

            _RootViewController        = new RootViewController();
            _Window.RootViewController = _RootViewController;

            _Window.MakeKeyAndVisible();
            return(true);
        }
Exemplo n.º 3
0
		public override bool FinishedLaunching(UIApplication app, NSDictionary options)
		{
//			UncaughtExceptionHandlerAction = UncaughtExceptionHandler;
//		    NSSetUncaughtExceptionHandler (Marshal.GetFunctionPointerForDelegate (UncaughtExceptionHandlerAction));
			
//			FA.FlurryAnalytics.StartSession("YOUR_API_KEY");
//			FA.FlurryAnalytics.SetSessionReportsOnPause(true);
			
			_Window = new UIWindow(UIScreen.MainScreen.Bounds);
				 
			_RootViewController = new RootViewController();
			_Window.RootViewController = _RootViewController;
			
			_Window.MakeKeyAndVisible();
			return true;
		}
Exemplo n.º 4
0
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
//			UncaughtExceptionHandlerAction = UncaughtExceptionHandler;
//		    NSSetUncaughtExceptionHandler (Marshal.GetFunctionPointerForDelegate (UncaughtExceptionHandlerAction));

//			FA.FlurryAnalytics.StartSession("YOUR_API_KEY");
//			FA.FlurryAnalytics.SetSessionReportsOnPause(true);

            _Window = new UIWindow(UIScreen.MainScreen.Bounds);

            _RootViewController        = new RootViewController();
            _Window.RootViewController = _RootViewController;

            _Window.MakeKeyAndVisible();
            return(true);
        }