标签: c# push-notification windows-10-universal uwp-xaml
在尝试使用下面的以下代码更新徽章计数时,我遇到了此异常
BadgeUpdater badgeUpdater = BadgeUpdateManager.CreateBadgeUpdaterForApplication(); // And update the badge badgeUpdater.Update(badge);