Call an external app on windows phone 8.1 runtime(not silverlight) xaml c# application

前端 未结 2 1153
执念已碎
执念已碎 2021-01-24 14:55

I\'m trying launch an external app sending one parameter from my application. Anyone knows one way to do that.

Thanks!

2条回答
  •  失恋的感觉
    2021-01-24 15:29

    You have only two ways to launch an external application

    1. Launch registered file type
    2. Launch registered URI scheme

    You can find additional details at the MSDN: Auto-launching apps using file and URI associations for Windows Phone 8

提交回复
热议问题