0
votes

I have a push notification service which will update the live tile periodically. It works fine when I add a live tile to start menu using 'pin to start' option. But when I created a live tile in the App itself, the tile gets added to the start menu but it does not gets updated b push notification. Is it possible to update a live tile created in App using push notification? Is there any other way to update a live tile programmatically?

Is it possible to increase the font size of the count in live tile and update that live tile using push notifications?

1

1 Answers

1
votes

Yes, you could update Secondary tiles with Push Notifications. To identify specific tile you should pass Url with xml payload

<wp:Notification xmlns:wp="WPNotification">
     <wp:Tile ID="/MainPage.xaml?someParam=someID">

More info: Push Notification Payloads