The custom-url tag has no wiki summary.
2
votes
1answer
48 views
Link on Facebook with custom prefix/protocol (like myapp://blahblah)
I added to my iOS application option to detect and response to custom URL schemes to launch application ( ...
2
votes
4answers
67 views
Restfull urls for ASP.NET page on IIS
Ok I had a huge Issue giving this a proper title, my excuses for that.
Anyways I have started slowly to look at Web and ASP.NET again, I am a C# developer but I have mostly worked with Windows ...
2
votes
1answer
209 views
custom URL protocol for Cocoa Mac with Qt
I'm trying to use a custom URL protocol to launch my Qt (4.7.3) application. I've already got it working for Windows, so now it is time for the Mac.
I've already done the necessary changes to the ...
2
votes
0answers
203 views
Custom URL scheme does not work sometimes in iPhone
I have an application where i have to get a message from server. The server sends the message in an SMS. Since iphone applications cannot receive SMS programatically i have registered a Custom URL ...
1
vote
1answer
76 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
111 views
Does the Square app have a custom URL scheme?
In my iOS app, as part of the mobile payments options, I'd like to direct users who have the Square app installed on their device to use this as a payment option.
Is there a custom URL scheme that ...
1
vote
1answer
322 views
Launching app OR app store from Safari?
I already know how to launch an app from safari, but is it possible to check if the app is installed before launching? I'm thinking to launch the app store if the app isn't currently installed on the ...
1
vote
2answers
124 views
Can I extract the Custom URL Scheme from a .ipa file?
I am trying to determine how to extract or get programatically the Custom URL Scheme from a application .ipa file. Is this possible?
1
vote
2answers
33 views
Rules for using # sign in a custom URL
In an HTTP URL, the hash sign (#) signifies an anchor within a page and may only appear once.
Is this a universal rule for all URLs? If I want to implement a custom URL protocol, can I use the ...
1
vote
2answers
293 views
Launch Apple's Stocks app, with a particular stock selected
I would like to launch Apple's Stocks app to show information for a particular stock, on a non-jailbroken phone. I'm not interesting in how to get a quote or graph a stock myself, just opening ...
0
votes
1answer
27 views
What is android:scheme in custom url in Android?
First of all I need to know what is the use of custom URL?
<data android:scheme="cedemo" android:host="com.cedemo.scan" />
What is the "android:scheme="cedemo" in the above code , is scheme ...
0
votes
2answers
31 views
Custom URL for the Birdhouse app
I'd like to figure out the custom URL scheme for the Birdhouse iPhone app, but there doesn't seem to be any documentation.
Birdhouse is an app to store drafts for Twitter. I'd like to send it a ...
0
votes
0answers
20 views
Opening a specified view using custom url
I have one enterprise application and am working on a second to couple with the first. The second is a reader application to hold numerous pdf documents for the user to review. They can access the ...
0
votes
0answers
316 views
Phonegap ChildBrowser opening an External URL via a custom iOS url
I'm currently work on a iOS/Phonegap app, I want to have it respond to a custom URL scheme, so that when a person clicks on a link in the regular browser it will open the app to a specific page, where ...
0
votes
1answer
86 views
iPhone : Is it possible to go back to previous application after handling custom URL
I know that iPhone application can be launched via custom URL such as myapp://something
But is there a way to go back to previous application after handling custom URL?
For example, I have following ...
0
votes
0answers
51 views
Square Up custom URL parameters?
Does anyone know any of the parameters of the Square Up iPhone app custom URL scheme?
Thanks,
Denis
0
votes
1answer
78 views
Wordpress custorm URL variables causes strange redirect
I'm trying to have custom variables in my URL for Wordpress site. I have read up as much as I could find on the subject and so far have the following in my functions page:
function ...
0
votes
1answer
37 views
Custom URL's to users, dynamically at a scale
I need to create custom urls for my users, for ex: www.example.com/alpha, www.example.com/beta. I was creating symlinked directories, which I think worked as a good starting point for prototyping. ...
0
votes
2answers
274 views
How to handle a custom URL in an already-open app?
I have an app based on the Utility template (i.e. Main and Flip view controllers). The Flip view allows selecting a certain item to be used on the main view. So far - works great.
Now I tried adding ...
0
votes
1answer
90 views
How do I add custom url in wordpress?
I just installed a new plguin in wordpress, and found out that the plugin uses a custom url like /?m=value. How do i add custom url?? Do I call it a custom url or ??
Thanks,
Moon