Top "Url-scheme" questions

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

Google Maps URL scheme not working on iOS 9

The following URL scheme was working on previous version but doesn't work anymore on iOS 9: comgooglemaps://?q=Google+Japan,+Minato,+…

ios objective-c google-maps ios9 url-scheme
How to use tel: with * (star, asterisk) or # (hash, pound) on iOS?

I'm trying to initiate a call on the iPhone with the tel url that has a * in it. It properly …

html ios url-scheme phone-call
iOS 11 URL Scheme for specific Settings section stopped working

My app uses a URL scheme to take users directly to Settings/General/About section, the following URL was working …

ios url-scheme ios11
The "prefs" URL Scheme is not working in iOS 10 (Beta 1 & 2)

I can't get the "prefs" URL Scheme to work in iOS 10 (Beta 1). It's set up correctly since the same App …

swift url-scheme ios10
Is it considered a private API to use App-prefs:root?

In my app I'm using [NSURL URLWithString:@"App-Prefs:root=Privacy&path=LOCATION"] to open settings screen. Will it be …

ios url-scheme iphone-privateapi
Can you open an iOS app from an HTTP url scheme?

I would like to open my iOS application similar to how it can be done on Android, that is by …

android ios url-scheme custom-url
iOS URL Scheme Microsoft Outlook App

This seems impossible to find, unless perhaps there isn't one for it. But anyone know (if there is one) the …

ios outlook url-scheme
Get parameter from URL Scheme - Swift Xcode

I've made a URL scheme in the Info.plist to call my app, but the URL also parses a string …

ios swift url-scheme viewdidload info.plist
What is the scheme-specific part in a URI?

I can't find any explanation as to what exactly the "scheme-specific part" of a URI is.

java url uri url-scheme
Valid characters for URI schemes?

I was thinking about Registering an Application to a URL Protocol and I'd like to know, what characters are allowed …

standards-compliance illegal-characters url-scheme custom-protocol