windfly2006
windfly2006

Reputation: 1705

Can we send Tile notification from Desktop app on Windows 8?

as we know, we could send out the toast notification from Desktop App (not store app) on Windows 8 per this link sending toast notification from desktop and also code sample. We are looking at if we could send the tile notification from desktop applications and I didn't find information on internet. So it seems to me that it is impossible. However I just want to confirm with expert here.

Upvotes: 1

Views: 503

Answers (1)

Nathan Kuchta
Nathan Kuchta

Reputation: 14232

Your assumptions are correct - tile notifications are not supported for Desktop applications.

In the Requirements section of the TileUpdater documentation, the class is marked as "Windows Store apps only".

Upvotes: 3

Related Questions