Reputation: 3164
How do I pin/unpin an application to the Windows 8 start screen using C#?
Upvotes: 0
Views: 850
Reputation: 23764
You can pin secondary tiles to the start screen via RequestCreateAsync (or one of its variants), but this step requires user approval.
If you mean create the main tile for an application that's listed in All apps, but perhaps the user had previously opted to remove the tile from the Start Screen, AFAIK there's no equivalent API for that, and it would occur only through the user opting to do so via the Start Screen UI.
Upvotes: 1