Top "Url-scheme" questions

A URI scheme is the top level of the Uniform Resource Identifier(URI) naming structure in computer networking.

How to set many url schemes in Info.plist

I want to set more than one url schemes in Info.pist. But I don't Know how to set many …

iphone ios url url-scheme info-plist
JavaScript - how to detect if the Custom URL scheme is available or not available?

In Windows operating system i have a custom URI scheme, which is used from IE, Firefox, Opera, Safari, Google Chrome …

javascript internet-explorer google-chrome firefox url-scheme
Get scheme of the current request URL

In Ruby/Rack, I'm able to get the scheme of the current request URL from scheme#request. However, in Go, …

http go url url-scheme
How to test custom URL scheme in android

I'm working on app that requires Custom URL Scheme looks like "appname://" I've searched lot of things and also found …

android url-scheme
How to detect if Facebook app is installed on iOS?

On iOS, you can launch the Facebook app and link to a profile by opening a url like this: fb://…

ios facebook url-scheme
Open app from SMS with my url scheme as a link

I declared an url scheme in my app, smstest so in Safari I can write in the search bar smstest:…

ios url-scheme
Find the URL scheme of an app on my iPhone

Apple maps can open routing apps when it can't provide a route: I want to open a few of those …

ios iphone google-maps url-scheme apple-maps
Why do we need "URL Identifier" (CFBundleURLName) plist field to use custom URL scheme on iOS?

I am using a custom URL scheme to open my iOS app when this web link is tapped on the …

ios url-scheme
Is there a "map:" URI prefix to launch map application? (like mailto: or tel:)

Is there such prefix for launching map application on phones, <a href="map:21st,High Street, London">Toto's …

map uri mailto url-scheme tel
Current Location doesn't work with Apple Maps IOS 6

Before IOS 6, I was using this URL scheme to open the native maps app and find directions from the users …

url-scheme ios6-maps