I implemented liveTiles on my uwp application, but in this moment I use:
Windows.UI.Notifications.TileUpdateManager.CreateTileUpdaterForApplication().EnableNotificationQueue(true);
to save my Tiles, but the problem are this queu only allow 5 itens. Have any other way to put in queu or another element many tiles to show in LiveTile?
Thanks in advance.