【问题标题】:What URI protocols exist on Windows Phone 8?Windows Phone 8 上存在哪些 URI 协议?
【发布时间】:2013-09-08 02:40:58
【问题描述】:

我在网上搜索了一个完整的 URI 协议列表 (XXX://),以便在 Windows Phone 8 中打开不同的应用程序。我找到了一些列表,但只有很少的协议。我在这篇 wiki-post 中希望能列出完整的协议列表,并至少涵盖 Windows Phone 8 中的所有库存应用程序。

有很多部分列表,例如: http://developer.nokia.com/Community/Wiki/URI_Association_Schemes_Listhttp://msdn.microsoft.com/en-us/library/windowsphone/develop/jj662937(v=vs.105).aspx

但是,我认为如果我们可以编制一个包含所有 URL 方案的大列表,那就太好了。即使是未记录的 URL 方案也会很有趣。

【问题讨论】:

    标签: c# windows-phone-7 windows-phone-8 windows-phone uri-scheme


    【解决方案1】:

    我添加了我在下面找到的所有内容。如果您知道更多,请补充:

    股票应用

    http:[URL]                          Launches the web browser and navigates to the specified URL.
    mailto:[email address]              Launches the email app and creates a new message with the specified email address on the To line. Note that the email is not sent until the user taps send.
    ms-settings-airplanemode:           Launches the Airplane Mode Settings app.
    ms-settings-bluetooth:              Launches the Bluetooth Settings app.
    ms-settings-cellular:               Launches the Cellular Settings app.
    ms-settings-emailandaccounts:       Launches the email and accounts settings app.
    ms-settings-location:               Launches the Location Settings app.
    ms-settings-lock:                   Launches the Lock Screen settings app.
    ms-settings-wifi:                   Launches the Wi-Fi Settings app.
    zune:navigate?appid=[app ID]        Launches the Windows Phone Store and shows the details page for the specified app.
    zune:reviewapp                      Launches the Store and shows the review page for the calling app.
    zune:reviewapp?appid=app[app ID]    Launches the Store and shows the review page for the specified app. Note that you must prepend “app” to the ID for the specified app. For example, the URI for reviewing an app with the ID fdf05477-814e-41d4-86cd-25d5a50ab2d8 would be zune:reviewapp?appid=appfdf05477-814e-41d4-86cd-25d5a50ab2d8
    zune:search?publisher=[publisher name]  Launches the Store and searches for items by publisher name.
    zune:search?keyword=[search keyword]&contenttype=app    Launches the Store and searches for apps by keyword.
    zune:search?keyword=[search keyword]&publisher=[publisher name]&contenttype=app Launches the Store and searches for the specified content. All parameters are optional. Specifying “contenttype=app” will limit the search to apps. Omitting this parameter will search all content.
    ms-drive-to:                        Get driving directions http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj710324(v=vs.105).aspx
    ms-walk-to:                         Get walking directions http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj710324(v=vs.105).aspx
    

    诺基亚应用程序

    nokia-music:                        Nokia Music app. See http://developer.nokia.com/Community/Wiki/Nokia_Music_app-to-app_protocol_for_Windows_Phone_8
    directions:                         Here Maps. See http://www.developer.nokia.com/Resources/Library/Lumia/#!maps-and-navigation/here-launchers.html
    explore-maps:                       Here Maps. See http://www.developer.nokia.com/Resources/Library/Lumia/#!maps-and-navigation/here-launchers.html
    guidance-drive:                     Here Maps. See http://www.developer.nokia.com/Resources/Library/Lumia/#!maps-and-navigation/here-launchers.html
    guidance-walk:                      Here Maps. See http://www.developer.nokia.com/Resources/Library/Lumia/#!maps-and-navigation/here-launchers.html
    places:                             Here Maps. See http://www.developer.nokia.com/Resources/Library/Lumia/#!maps-and-navigation/here-launchers.html
    public-transit:                     Here Maps. See http://www.developer.nokia.com/Resources/Library/Lumia/#!maps-and-navigation/here-launchers.html
    

    商店应用

    metrotube:                          Metrotube, see http://lazywormapps.com/metrotube-uri-schema.html
    instagraph:                         Instagraph, see: http://www.geekchamp.com/forums/app-uri-protocol-directory/instagraph-custom-uri-schema
    wpcentral:                          Windows Phone Central, see http://jaybennett.co.uk/2013/06/11/using-the-wpcentral-app-uri-schema/
    pouch:                              Pouch, see http://jgstechthoughts.wordpress.com/2013/06/12/custom-uri-associations-for-pouch-for-windows-phone/
    metrotour:                          Metrotour, see: http://www.geekchamp.com/forums/app-uri-protocol-directory/metrotour-uri-protocol
    spotify:                            Spotify, see: https://www.spotify.com/fi/blog/archives/2008/01/14/linking-to-spotify/
    mehdoh:                             Mehdoh, see: http://www.mehdoh.com/uri.htm
    pictureslab:                        Pictures lab, see: http://kodierer.blogspot.de/2013/07/just-call-us-well-might-call-you-how-to.html
    gmaps:                              gMaps, see: http://dreamteam-mobile.com/blog/2013/01/adding-mapping-features-to-your-windows-8-windows-phone-app/
    geosense:                           Geo, see: http://en.wikipedia.org/wiki/Geo_URI
    keyring:                            Keyring, see: http://directblog.schmidtbonn.de/2013/07/11/keyring-uri-schema/
    foursquare:                         Foursquare, see: https://developer.foursquare.com/resources/client#iphone
    fb:
    

    参考资料:

    http://developer.nokia.com/Community/Wiki/URI_Association_Schemes_List

    http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj662937(v=vs.105).aspx

    【讨论】:

      【解决方案2】:

      诺基亚在其开发者 wiki 上保留了一个 URI 关联方案列表。这可能是跟踪可用 uri 方案的最佳位置。该列表可用here

      【讨论】:

      • 是的,我知道,这份清单是一个好的开始。认为我已经包含了上面该列表中的所有协议,但是即使该列表也非常不完整,我在其他站点上发现了更多协议。获得完整列表会很棒。
      • Nokia 的列表确实不完整,但由于它是一个 wiki,我们应该能够编辑 Nokia 页面并添加缺少的 Uri-schemes。更新 wiki 页面可能更有意义,因为它比 SO 中的单个问题具有更多的可见性。
      • Tom,现在 Microsoft 已经接管了 develop.nokia.com,您的链接已损坏,而且似乎无法替代添加缺少的 uri 方案的可能性。
      • 编辑:这似乎是一个案例问题。正确的链接是developer.nokia.com/community/wiki/URI_Association_Schemes_List
      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-03-19
      • 1970-01-01
      • 1970-01-01
      • 2011-06-21
      • 1970-01-01
      相关资源
      最近更新 更多