Tagged Questions
The url-scheme tag has no wiki summary.
41
votes
7answers
16k views
How to mark-up phone numbers?
I want to mark up a phone number as callable link in an HTML document. I have read the microformats approach, and I know, that the tel: scheme would be standard, but is quite literally nowhere ...
8
votes
1answer
940 views
Find all registered mime-types / url scheme protocols (intent filters) on iOS ( iPhone / iPad / iPod )
I'm a mobile web developer, and I'd like to test a few iOS devices to see what mime-types and url schemes the average iOS device can accept.
On Android I'm able to install an app called ...
8
votes
1answer
2k views
Call the official *Settings* app from my app on iPhone
At one point in my app, I would like to redirect the user to the official Settings app. If possible, I also want go straight to the Network section within the Settings app.
I think what I need is the ...
8
votes
3answers
4k views
iPhone Safari: check if URL scheme is supported in javascript?
Is there any way to check if a URL scheme is currently registered on the phone... with javascript?
7
votes
1answer
2k views
Open Facebook page from Android app?
from my Android app, I would like to open a link to a Facebook profile in the official Facebook app (if the app is installed, of course). For iPhone, there exists the fb:// URL scheme, but trying the ...
6
votes
2answers
2k views
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 and I setted the specific URL schemes also in my info.plist. So I have URL ...
5
votes
1answer
320 views
Custom scheme in SMS text
I've implemented a custom url scheme. It works fine if I use the scheme in an tag in html, but I want to send it in a text/plain SMS message. The scheme does not get parsed by any of the standard ...
5
votes
1answer
712 views
How iOS handle URL scheme duplication?
If 2 other app register same url scheme, how iOS handle this?
5
votes
2answers
237 views
Is it possible to test whether a user's browser/OS supports a given type of link using javascript?
Is it possible to test whether a user's OS/browser supports a given url scheme using javascript (or anything else)?
For example, mailto: isn't setup on most user's computer that only use webmail. ...
5
votes
4answers
5k views
How to tell if Cocoa Touch device can make calls?
I'm writing an iPhone application that provides a button to call a phone number. I'm using code like the following to dial the number using a tel: URL in the usual way:
NSURL* contactTelURL = [NSURL
...
4
votes
2answers
478 views
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 ...
4
votes
1answer
1k views
How to check for custom url scheme on iphone?
I want to use custom url schemes in my app, for example calling navigons mobile navigator.
First of all I want to check whether navigon is installed or at least whether the custom url scheme ...
3
votes
1answer
113 views
iOS URL Scheme Length
Is there a limitation on the length of a URL Scheme for an iOS App?
We have a number of apps and want to prefix them with the name of our 14 character company name to prevent ambiguity. I don't see ...
3
votes
1answer
1k views
iOS Launching Settings -> Restrictions URL Scheme
I've recently discovered the awesome iOS5 custom Settings URL Scheme, which can be explained in detail at this great website:
http://handleopenurl.com/scheme/apple-settings-app
I've found this to ...
3
votes
1answer
475 views
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 ...
3
votes
3answers
863 views
Possible to handle your own http URL schemes in iOS?
iTunes, App Store and YouTube on iOS clearly register http://... URL schemes to open their apps.
Can anyone do that, not just your own protocol?
The reason I want to do this is that I am working on ...
3
votes
2answers
1k views
make a call from my iphone application
I have implemented the ability to make a call from clicking on a row of descriptive tableview of my hotel; I used the URL scheme by writing the following code in method "didSelectRowAtIndexPath ":
...
3
votes
1answer
500 views
How to handle a custom URL scheme in Webkit GTK?
Let's say I want to use a WebKitWebView in GTK to display some static HTML pages. These pages use a custom URL scheme, let's call it custom://. This scheme represents a local file whose location is ...
3
votes
2answers
806 views
Launch iPhone app from link in email
I've been trying out the URL schemes in the iPhone SDK and I have got my application to launch using a custom URL scheme like "myap://Dosomething" but that is not really practical for what I want. Is ...
2
votes
2answers
95 views
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 / message from the iPhone app? Skype allows this by following:
<a ...
2
votes
3answers
106 views
Is there a list of popular iOS twitter clients and their custom URL schemes for following and tweeting?
I assume every serious twitter client supports custom url schemes such that developers can send pre-compose tweets or suggest users to follow someone.
I wasn't particularly lucky finding such a list. ...
2
votes
3answers
160 views
Load another application when entering background
Is it possible to load up another application when the first application enters the background?
Say I have application 1 and application 2 installed.
When application 1 enters the background, the ...
2
votes
1answer
1k views
Access TomTom navigation solution via URL scheme
I'm currently working on an iPhone Application which allows the user to navigate to POIs. Those POIs are defined via lat/lon, and the user should have the possibility to start his navigation solution ...
2
votes
1answer
578 views
UIApplication openURL: check for an app before opening?
Has something changed recently in iOS? I've been able to call the following in the past:
BOOL twitter = [[UIApplication sharedApplication] openURL:[NSURL ...
2
votes
2answers
2k views
htaccess (https to http)
this is yet another .htaccess question. And I already did my literature review. Would appreciate any help.
Requirements:
Force HTTPS only for a few URLs.
Browser shouldn't say partially encrypted ...
2
votes
2answers
91 views
Should I store the connection scheme for an OpenID?
Should I store the connection scheme, http or https, for an OpenID when someone logs in into my web site? Or just what comes afterward: http://pupeno.com or pupeno.com?
1
vote
1answer
46 views
How can I launch back the app that opened my custom URL scheme?
I'm working on an app that manages my own URL scheme so I implement the callback:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions (NSDictionary *)launchOptions
{
// ...
1
vote
1answer
75 views
Error launching native application from web app - iOS - URL can't be shown
I'm running into a bit of trouble trying to call my native iOS application from my web app (apple-mobile-web-app-capable). Whenever I'm in Safari pressing the button to open my app with a custom url ...
1
vote
2answers
214 views
How to add your app to notification center?
How to add your app to notification center?
I want to create an custom link that will appear in notification center for my app. Like Quickpick create shortcuts.
Any advice, link tutorial related ...
1
vote
0answers
142 views
How to call back to the application from Safari browser when successfully loged in?
I am using webservice in my app. I have set one button login with facebook button, that drag user to safari browser and open facebook login page. Here I have not used Facebook API, all things are ...
1
vote
0answers
32 views
File Uri Scheme and Relative Files
Assume that the scheme for a uri is "file". Also assume that the path starts with '.'
An example path is './.bashrc'. How would the fulluri look? 'file://./.bashrc' appears odd to me.
1
vote
2answers
79 views
Is it insecure to reveal a row's primary key to the user?
Why do many applications replace the primary key of a database with a seemingly random alternative id when revealing the record to the user?
My guess is that it prevents users from guessing other ...
1
vote
1answer
545 views
how to use MessageUI framework to send iMessage messages on iPhone
Is it possible to send messages from inside an app, using MessageUI framwork on iPhone?
Or, is there an URL Scheme for iMessage?
1
vote
2answers
530 views
iphone: launch app with youtube url?
I want to register a custom URL scheme that will enable my app to be launched whenever the user goes to a youtube url (http://www.youtube.com/watch?v=VIDEO_IDENTIFIER) in the browser.
Is this ...
1
vote
1answer
390 views
Loading a custom URL scheme on iPhone from Javascript?
I have an application that uses stringByEvaluatingJavaScriptFromString to modify HTML that I have no access to (like Greasemonkey). Specifically, I want to store the username and password from a login ...
1
vote
1answer
181 views
UIWebView interact with SMS application
I have an app that uses UIWebView to load a page. I have a SMS button on that site. How can I have Xcode read that button and open the iPhone SMS client once you click on that button?
1
vote
1answer
423 views
Custom URL Schemes on iphone oauth twitter
After sending the user to safari to authorize, i get sent to
mobile.twitter.com as opposed to my custom url scheme (something like
myapp://). at the request token step, I did receive
...
1
vote
3answers
315 views
How do I add a task to Things using the URI scheme?
The iPhone/iPad app 'Things' has a registered URI scheme. I know it exists:
things://
in Safari launches Things.
I'd like to use it from a web application.
Is there any documentation for it?
1
vote
1answer
589 views
URL Schemes in iPhone application
I have an iPhone application which I wanted to add URL schemes to. The thing is that I have both a free version and a plus version.
What I would like to do is use the same scheme for both apps, but ...
1
vote
1answer
504 views
Facebook Authentication - issue coming back into my iPhone app via custom url scheme
I am trying to use the new Facebook 'one-time authentication' process in my iPhone app.
The idea is that the app links out to either the Facebook app or Safari to ask the user to log in to Facebook, ...
1
vote
2answers
1k views
handleOpenURL not called using a custom url schema in iPhone OS
I have successfuly added my own url schemes to my App. The App correctly launches using the schemes.
Now I want to handle the incoming data but the delegate is not called. It is an universal app and ...
0
votes
2answers
40 views
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 but i don't know which object contains the URL Schemes.
...
0
votes
2answers
56 views
Attachments using email uri scheme in iOS
I am implementing an iphone application (iOS 4.2) from where I would like to trigger the email client to send messages with attachments. I could effectively use uri schemes in combination with the ...
0
votes
1answer
34 views
Is it possible to change the Facebook Comments assotiation URL somehow?
We have recently changed our URL scheme of some pages on our site to gain a little SEO boost. For example, domain.tld/$id/slug/ -> domain.tld/$category/slug-$id/.
However the comments associated to ...
0
votes
1answer
35 views
handleOpenURL only works when app is already launched, crashes when app is closed
I am using URL Schemes to be able to open my app using a url. It is working fine when the receiver app is running.
The problem however, is if the app is closed. If I type in the url into Safari for ...
0
votes
1answer
39 views
Routing usernames off the root url and preventing collisions
I want to do like twitter.com does (and so many other sites do) and give my users URLs like:
http://mysite.com/theirusername
Presently, one of my User model validations simply denies blacklisted ...
0
votes
2answers
80 views
Is it possible to easily share data between an iOS app and android app?
How would one share data (string/url etc) between an iPhone app and an Android app? I'm thinking a server-side solution is overkill for what I want, so my next idea was to use wifi or bluetooth to ...
0
votes
1answer
86 views
Is it possible to create an MMS which contains a url link to launch a local app
I can launch my app if I embed a url in an SMS and then the user clicks on the url from within the message app. I have this all working.
What I would like to be able to do however is send an MMS to ...
0
votes
2answers
434 views
“fb://” url scheme - official or not?
Some dev blogs have published information about the "fb://" url scheme for opening various views in the Facebook iPhone App. No matter how much I've searched, I haven't found one word from any ...
0
votes
1answer
192 views
Send link to second app from Air for iOs app
My question is simple, in de ios sdk you can create a custom url scheme for your application, simply illustrated in the docs as so:
NSURL *myURL = [NSURL ...