Top "Url-scheme" questions

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

Create a link that either launches iOS app, or redirects to app store

Possible Duplicate: Is it possible to register a http+domain-based URL Scheme for iPhone apps, like YouTube and Maps? I …

javascript ios redirect window.location url-scheme
How to open ios app using url?

I want to open my ios app using URL schemes. I am able to open app using this. But I …

ios deep-linking url-scheme
Launch App using URL, but OpenUrl Not Called

I have implemented a URL Scheme and use it to pass data to my app by calling method. The entire …

ios objective-c url-scheme
Universal links on iOS vs. deep links (URL schemes)

As I'm reading, iOS 9 introduced Universal Links. In the "Support Universal Links" section in Apple's App Search Programming Guide, it …

ios ios9 deep-linking url-scheme ios-universal-links
How to fall back to marketplace when Android custom URL scheme not handled?

We have an app that handles a custom URL scheme (vstream://). When someone comes to a web page that has …

android ios url-scheme
Android App: How to read get parameters from a custom url scheme?

Basically, I have the same question described as in How to implement my very own URI scheme on Android The …

android url android-activity url-scheme
WhatsApp url scheme for iPhone app

We are developing an iPhone app and planning to integrate Whatsapp. Is there a way to enable click to call / …

iphone url-scheme
get all iOS url schemes on device

Is there a way to get all the url schemes of all the apps on a device? There has to …

ios url-scheme
What is Mobile Safari's custom URL Scheme?

iOS URL Schemes allow web sites to launch apps like so: twitter://timeline launches Twitter googlechrome://google.com launches Chrome …

ios mobile-safari url-scheme
Can I launch one app from other app on iPhone

I want to create app which have to launch another app and run some features in last. I mean my …

ios launch url-scheme