Windows Phone 8.1 : how to Launch an Installed app From My app

后端 未结 2 525
离开以前
离开以前 2021-01-27 15:59

I have tried the following links

How do I launch other app from my own app in Windows Phone 8.1?

Call an external app on windows phone 8.1 runtime(not silverlig

2条回答
  •  心在旅途
    2021-01-27 16:38

    If the app has a registered URI, then you should be able to use Launcher.LaunchUriAsync for this. You can also find some help, here at MSDN - How to launch the default app for a URI.

    Otherwise I don't think it's possible.

提交回复
热议问题