I would like to ask the user to pin to start the default live tile when he runs the app for the first time in Windows 10 (Universal Windows Platform).
I know that for a secondaryTile you can use the following code:
var result = await secondaryTile.RequestCreateAsync();
What is the equivalent for a default live tile?