1

I have a Windows store app I want to run (if not running) or expand (if not expanded) of another of my app written in WPF.

Through The Process.Start() I could not do. Tell me, can this be done? Thanks for the help!

1 Answer 1

4

To launch an UWP app from another app, you could make use of deep linking.

Here is a great article describing exactly how to do that

In summary, you need to add a protocol declaration (essentially a URL with a custom scheme), handle the activation event and then you can launch that app by navigating to that URL from your other application.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.