Open Windows Phone 7 App from URL

前端 未结 3 607
挽巷
挽巷 2020-12-31 11:10

I need to launch my WP7 application from the phone\'s browser and pass some arguments. For example, the following url would be a link on an html page. Clicking the link wo

相关标签:
3条回答
  • 2020-12-31 11:28

    It is possible to integrate with the search application, which can provide deep linking into your application. It also appears that YouTube has some kind of way of doing it, as the mobile version of their site will jump to the app for playback of videos.

    0 讨论(0)
  • 2020-12-31 11:47

    You should use the protocol activation feature of Windows Store apps - see http://msdn.microsoft.com/en-us/library/windows/apps/hh452686.aspx

    0 讨论(0)
  • 2020-12-31 11:50

    Unfortunately there is currently no support for "url schemes" or custom URL handlers that will allow you to handle these requests from within your application.

    0 讨论(0)
提交回复
热议问题