| | |
| | | // The UIApplicationDelegate for the application. This class is responsible for launching the |
| | | // User Interface of the application, as well as listening (and optionally responding) to application events from iOS.FinishLaunching |
| | | [Register ("AppDelegate")] |
| | | public class AppDelegate : BaseApplicationDelegate |
| | | public class AppDelegate : BaseApplicationDelegateForHdlOn |
| | | { |
| | | public override UIWindow Window{ |
| | | get; |
| | |
| | | { |
| | | AppCenter.Start ("44cbdfbf-d33e-4e92-a795-1c4452e54d3e", typeof (Analytics), typeof (Crashes)); |
| | | Console.WriteLine ("FinishedLaunching"); |
| | | //Shared.Application.IsGpsEnable = false; |
| | | |
| | | base.FinishedLaunching (application, launchOptions); |
| | | |
| | | |