LaunchUriAsync, But I want to pass some arguments to another store app. How to do?
you can add anything behind the protocol; so for example:
myapp:///myparameterstring
in the OnLauch in the app.xaml.cs you can use this to read the parameter:
args.Arguments
Microsoft Certified Solutions Developer - Windows Store Apps Using C#
Thank you! But I receive the parameters in OnActive().