c# - What URI protocols exist on Windows Phone 8? -


i have scoured web complete list of uri protocols (xxx://) open different apps in windows phone 8. have found lists small amount of protocols. wiki-post hoping make complete list of protocols , @ least cover stock apps in windows phone 8.

there many partial lists example: http://developer.nokia.com/community/wiki/uri_association_schemes_list http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj662937(v=vs.105).aspx

however think great if compile big list of url schemes. undocumented url schemes interesting.

i add found below. please add if know more:

stock apps

http:[url]                          launches web browser , navigates specified url. mailto:[email address]              launches email app , creates new message specified email address on line. note email not sent until user taps send. ms-settings-airplanemode:           launches airplane mode settings app. ms-settings-bluetooth:              launches bluetooth settings app. ms-settings-cellular:               launches cellular settings app. ms-settings-emailandaccounts:       launches email , accounts settings app. ms-settings-location:               launches location settings app. ms-settings-lock:                   launches lock screen settings app. ms-settings-wifi:                   launches wi-fi settings app. zune:navigate?appid=[app id]        launches windows phone store , shows details page specified app. zune:reviewapp                      launches store , shows review page calling app. zune:reviewapp?appid=app[app id]    launches store , shows review page specified app. note must prepend “app” id specified app. example, uri reviewing app id fdf05477-814e-41d4-86cd-25d5a50ab2d8 zune:reviewapp?appid=appfdf05477-814e-41d4-86cd-25d5a50ab2d8 zune:search?publisher=[publisher name]  launches store , searches items publisher name. zune:search?keyword=[search keyword]&contenttype=app    launches store , searches apps keyword. zune:search?keyword=[search keyword]&publisher=[publisher name]&contenttype=app launches store , searches specified content. parameters optional. specifying “contenttype=app” limit search apps. omitting parameter search content. ms-drive-to:                        driving directions http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj710324(v=vs.105).aspx ms-walk-to:                         walking directions http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj710324(v=vs.105).aspx 

nokia apps

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 

store apps

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: 

references:

http://developer.nokia.com/community/wiki/uri_association_schemes_list

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


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -