Background Task using PushNotificationTrigger()
问题 For TimerTigger() Background Task is working fine. When I want to debug I can do it from Lifecycle Events. But when I use PushNotificationTrigger() I am not able to debug the background task. I am not getting where I am doing wrong, please help. This is what I get on Lifecycle Events while debugging. This is how I am registering Background task for Raw Notifications, if (!Windows.ApplicationModel.Background.BackgroundTaskRegistration.AllTasks.Any(i => i.Value.Name == "PushBackgroundTask")) {