We implemented the code as in the msdn sample. But the navigation from secondary tile not works well. i.e, Assume we pinned from a page “A”, and then navigated to another page “B”, while clicking on secondary tile, it navigates to the Page “B”. This is an issue, or should we specify navigation arguments anywhere while creating the tile?
Share
When you create the secondary tile you define the tileActivationArguments
and when creating creating the the secondary tile you give tileActionvationArguments as a parameter. Then when someone starts your application from the secondary tile you need to catch the tileActivationArguments.