Not getting push notification when App is running in iOS for Xamarin.Forms
问题 I have implemented UrbanAirship for push notification. I get notification when app is closed of in background. But I am not getting notification when app is running. I have attached my code. Can anybody please look into and let me know what I am missing here? Thank you. AppDelegates.cs public override bool FinishedLaunching(UIApplication uiApplication, NSDictionary launchOptions) { UAirship.TakeOff(); Xamarin.Forms.Forms.Init(); LoadApplication(new App()); UIApplication.SharedApplication