Questions tagged [url-scheme]

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

Per Wikipedia:

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

1132 questions
26
votes
4 answers

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 brings up the call dialog but drops back to safari when you click call. Test
jpiasetz
  • 1,692
  • 4
  • 21
  • 35
26
votes
5 answers

URL Scheme "Open Settings" ios

I know this question has been asked so many times. The answers say that this is not available in Xcode > 5.x. but I saw some apps that can use this(Go to Settings)(iOS7). Is there any way to do this? Is it available in Xcode 6? Facebook can detect…
MaappeaL
  • 514
  • 1
  • 8
  • 16
26
votes
6 answers

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

Is there such prefix for launching map application on phones, Toto's home like can do Toto's mail
user1125394
25
votes
7 answers

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 some vstream:// content, we need to redirect them to the store if they don't have our app installed. In iOS, we do this: setTimeout(function()…
Joshua Smith
  • 3,689
  • 4
  • 32
  • 45
25
votes
2 answers

Open iOS app from URL AND Pass Parameters

A link should open the app. I've got that to work. I just want to know how to pass a parameter. Let's say the url is "addappt://?code=abc". When a view controller pops up, a code field should have populated text - the letters after the equals to…
DHShah01
  • 553
  • 1
  • 7
  • 16
24
votes
1 answer

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 many related questions, but I'm still having trouble. How I can test this URL Scheme from a browser? Currently, whenever I type in…
DI Developers
  • 343
  • 1
  • 3
  • 8
24
votes
3 answers

Snapchat url scheme not working properly - camera opens but not profile

I am trying this http://handleopenurl.com/scheme/snapchat and the app opens and shows the camera instead of showing me the profile. Is there another URL scheme for snapchat?
Cody Raspien
  • 1,753
  • 5
  • 26
  • 51
24
votes
2 answers

How to open links in Apple Maps or Google Maps?

How can links on websites be made to lead to, firstly, a location in the new Google Maps for iOS app, and if not available, revert to Apple Maps? Currently, the default functionality is that a link to maps.apple.com will be opened in Apple Maps on…
Baumr
  • 6,124
  • 14
  • 37
  • 63
22
votes
3 answers

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 want if app is not installed then app store should be opened where user can download app. Is this possible? How can I do that? EDIT Explaining question step…
Vivek Sinha
  • 1,556
  • 1
  • 13
  • 24
22
votes
3 answers

"This app is not allowed to query for scheme cydia" IOS9 error

I have an app where I hit a HTTP Request { request: { URL: http://XX.XX.XX.XXX/webService/dataService.svc/SearchLocation } } Now, whenever the above request is made I get the…
Rahul Singh
  • 1,219
  • 3
  • 13
  • 36
22
votes
3 answers

Android how to create Custom URL scheme with the given format myapp://http://

I have researched through most of the custom URL scheme Q&A and I have not found my possible answer. I want my app to be launched by clicking a certain URL in the browser (any on the mobile device) , the thing is that my given URL cannot be…
EviatarS
  • 684
  • 2
  • 7
  • 20
21
votes
2 answers

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://profile/12345 The only problem is that if the Facebook app isn't installed, nothing happens. Is there a way to detect if the app is installed or if the…
Tom Kincaid
  • 4,887
  • 6
  • 47
  • 72
21
votes
2 answers

Send a link to whatsapp group directly from browser (or from app)

I want to enable users to share a URL+ text with a WhatsApp group. I want this to work both from iPhones and Androids. However my app is in a browser (it's a website). I'm currently looking into 2 options, but both have issues: 1) The first…
Lucy Weatherford
  • 5,452
  • 16
  • 50
  • 76
20
votes
3 answers

How to open native iOS app (calendar, notes...) from a link on website?

Is it possible to open native iOS app, e.g. calendar or notes, from an HTML link which is in website? I tried to find an example but I couldn't. I ran into these URL schemes but I don't know how to use them and what's the URL scheme for calendar or…
nqw1
  • 979
  • 3
  • 11
  • 16
20
votes
2 answers

URL Scheme to Trigger Calendar Client

I have a website that generates dynamic calendar (icalendar). Lets assume that this calendar is accessible over HTTP at a URL like this http://www.example.com/cal?q= Everything works fine so far. Now I want to let the users subscribe…
Gilad
  • 538
  • 5
  • 16
1 2
3
75 76