I define an IconicTile and and create it as such:
ShellTile.Create(new Uri("/MainPage.xaml?id=Iconic", UriKind.Relative), icontile, true);
The app closes and the user gets to the start-screen, where the live-tile got just pinned.
How could I achieve the same effect, without leaving the app?