Top "Url-scheme" questions

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

Launching Viber app via URL scheme on iOS

I'm making an iOS app which can open Viber app and automatically call a person or go to chat window …

ios url-scheme viber
How to use UIApplication handleOpenURL Notifications

I am trying to handle UIApplication Notifications to get URL Schemes in current open view. I have tried several notifications …

ios notifications uiapplication url-scheme
Multiple apps with the same URL Scheme - iOS

So for my new app I'm having a URL scheme so that people can launch my app from another app …

ios xcode url-scheme
Can I make a link that will open in my app if it's installed, and fall back to a different URL if not?

Users can share files from our app via twitter. The tweet includes a URL that points at our server, which …

javascript html ios url-scheme
URL identifier and URL scheme

In iOS you can set up URL scheme so other apps can launch you or pass data to you. What's …

ios url-scheme
Launching app from sms link or email link

I have the requirement to launch an app when an sms or email link is followed. I have already been …

ios objective-c url-scheme
"This app is not allowed to query for scheme cydia" IOS9 error

I have an app where I hit a HTTP Request <NSURLConnection: 0x12d755110> { request: <NSMutableURLRequest: 0x12d754…

ios ios9 url-scheme app-transport-security
How to handle with a default URL scheme

I want to build URI (or URL scheme) support in my app. I do a LSSetDefaultHandlerForURLScheme() in my + (void)initialize …

macos cocoa url-scheme appkit
How to open URL schemes from Safari in iOS9?

I was able to open apps from safari this way: window.location = 'myapp://do/xx'; or open facebook app: window.…

ios xcode url-scheme ios9 xcode7-beta3
how can cordova open app from http or https url?

I found many answers for a custom URL-Scheme like this (mycoolapp://somepath). This plugin for example adds a custom URL-Sheme.* …

javascript cordova url-scheme