protected override void OnCreate(Bundle bundle) { base.OnCreate(bundle); if (!PushClient.IsRegistered(this)) { PushClient.Register(this, PushHandlerBroadcastReceiver.SENDER_IDS); } global::Xamarin.Forms.Forms.Init(this, bundle); LoadApplication(new GroeneTeam.App()); }