A
A
Ant0n82015-08-20 19:04:10
visual studio
Ant0n8, 2015-08-20 19:04:10

Navigating to the Windows Store from the WinStore app?

In WinPhone, I know it's necessary like this:
using Microsoft.Phone.Tasks;
MarketplaceReviewTask t = new MarketplaceReviewTask();
t.show;
Actually how to do it in WinStore applications. Or is it also removed by Microsoft?
Because this code doesn't work.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maronus, 2015-08-21
@Ant0n8

var uri = "ms-windows-store:PDP?PFN=PackageFamilyName";
await Windows.System.Launcher.LaunchUriAsync(uri);

More details here .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question