0

I developed a Windows Phone Silverlight 8.1 application and before the Windows 10 update everything was working fine.

On Windows 10 Mobile whenever I receive a notification (sent using ScheduledToastNotification and the ToastNotificationManager.CreateToastNotifier().AddToSchedule(scheduledToast) method) it shows an error image instead of the app icon and a weird title instead of the app name as you can see in the screenshot below.

enter image description here

What should I do to fix it?

Franklin Chen - MSFT
  • 4,845
  • 2
  • 17
  • 28
Alessio Cancian
  • 161
  • 1
  • 2
  • 6
  • 1
    Do you create ScheduledToastNotification using XML content or NotificationsExtensions? You need to set your app name and icon explicitly in the ScheduledToastNotification's content. – Andrei Ashikhmin Sep 14 '16 at 08:54
  • I use XML content with ToastTemplateType.ToastText02. So I need to use the XmlDocument.GetElementsByTagName method and then set title and icon? Which tag name should I use to do thath? – Alessio Cancian Sep 14 '16 at 09:59
  • Not sure, I prefer to use [NotificationExtensions](https://github.com/WindowsNotifications/NotificationsExtensions) library, but you can find examples for you case [here](https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh868254.aspx). – Andrei Ashikhmin Sep 14 '16 at 10:16
  • @AlessioCancian What's the OS version of your device? And the target SDK version. Have you tried the 14393 SDK and Mobile OS? – Franklin Chen - MSFT Sep 28 '16 at 08:14

0 Answers0