The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
54 views

How to get my iPhone app listed in iPhone's native Photos app share menu?

Is it possible to list my iPhone app in iPhone's native photos app's share/send menu? Some links says not possible. But then how facebook, twitter apps are allowed as those too are native apps not ...
0
votes
1answer
29 views

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 schema on Android The answer given there works for me. When the custom url is called MyUriActivity's methods ...
0
votes
2answers
68 views

URL scheme with core data managed object (iOS)

I am wanting to add URL schemes to my iOS app, however the URL needs to be able to point towards a certain NSManagedObject from Core Data. I'm quite happy for my app to have to generate the URL for ...
0
votes
1answer
25 views

Open mobile safari from inside of Opera Mini?

I currently have a website that does not function very well inside of Opera Mini. I would like to display a message that informs the user that the website is best viewed in Mobile Safari, and provide ...
0
votes
1answer
41 views

How do I create a custom url scheme that will be recognized as a link?

My url scheme looks like "foo://". This works great when I type into the browser. The application requires I send this link in an e-mail and the e-mail opens from there. How can I configure the url ...
1
vote
4answers
96 views

Open one App from another programmaticaly

We have a standard SAP BI App and we don't have the code for that and our company purchased it for our internal use and now my PM has asked me to open SAP BI App from our custom App programmatically ...
0
votes
1answer
109 views

iOS: url-scheme fb://event/%llu no longer working in 6.1.1

opening the Facebook app with the URL scheme fb://event/%llu used to work up until update 6.1.1. Now the event view opens empty and nothing is displayed. Has the URL scheme changed or am I ...
0
votes
1answer
28 views

iOS, url schemes for app store both for specified developer's apps and for his concrete app to update in iOS 6?

This question was already answered but in iOS 6 all these solutions doesn't work. My current solutions sometimes doesn't work too: https://itunes.apple.com/us/artist/developer_name/developer_id ...
0
votes
0answers
54 views

Android - How to detect if an URl scheme redirect was successful?

I'm working on an Android app that can receive messages via an URl Scheme. A link gets redirected via PHP to the URl Scheme to pass the message from the browser to the app. e.g.: ...
1
vote
1answer
47 views

In Xcode, under Info tab, what's Role for in URL Types section?

In Xcode, under Info tab, what's Role dropdown in URL Types section for? The valid value for this is Editor, Viewer, None.
0
votes
1answer
48 views

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 the URL Identifier for? It doesn't seem to be used anywhere other than when you specify URL Schemes. Also, ...
1
vote
3answers
154 views

iPhone url scheme with content body to SMS

I'm a Java/Web developer and I don't know anything about iPhone applications. I did search on the Internet and the following steps are what I think people suggested but I want to confirm. I would like ...
0
votes
1answer
58 views

Prefill iphone calendar event via hyperlink

I want to prefill iPhone calendar by clicking a hyperlink on my website. What is the syntax for the URL scheme to pass event data to calendar app? I want this in a way, so that by clicking the link ...
0
votes
0answers
57 views

Launching itself from suspended state using URL scheme

I tried to create an IOS app which launches itself when the app is terminated without user interaction. I am using location services to make the app go into suspended state. I know that it can ...
0
votes
2answers
118 views

Launch app without knowing the url scheme

I want to launch another app which is programmed by other programmer in my own app. I know the method of url scheme but the problem is that I do not know the URL scheme of the app that I want to ...
0
votes
0answers
32 views

How to open a particular Facebook post in Facebook iOS app?

So I get this data from graph search: https://graph.facebook.com/search?q=watermelon which has post Id and the user Id. How can I use it to launch the Facebook iOS app and make the app go to that ...
0
votes
0answers
123 views

Using http:// URL schemes in iphone and android to be detected in SMS

I would like to use custom url scheme for my apps across iPhone and Android. My main pain-point is that when sharing details with users via SMS , if I use the custom URL scheme like myapp:// it is ...
5
votes
3answers
745 views

Facebook URL Scheme does not work fb://publish

I just realized that the Facebook URI scheme publish function does not work anymore. It opens the Facebook app, but nothing more. Is there any way to publish something via an URI scheme? You can find ...
0
votes
1answer
221 views

Does facebook url scheme works for iPhone simulator

I would like to know about Facebook custom url scheme does work for iphone simulator? Or does it work in general and does it supported by Facebook? I read some topics about it and some of them says ...
1
vote
0answers
138 views

Google maps URL scheme v3 or Using Google maps SDK

My iOS application is currently using Google Maps JavaScript Application v2 and since its getting deprecated, i have two possible solutions. There is a need to either upgrade to next version i.e v3 ...
0
votes
1answer
26 views

Can I provide addiotional contact information to a tel:-link?

I have a link with href = tel:555-1234-123 on a web page. If the user presses and holds the link on a mobile device he gets asked what to do. He can create a new contact based on the number. Can I ...
0
votes
0answers
84 views

get the url scheme of an app

How could i get the URL Scheme of an app so that i can open that app inside my app.I have searched and what i get is below: <intent-filter> <action ...
1
vote
2answers
158 views

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 reading about URL schemes and already test that and it works, but the problem is that if the app is ...
0
votes
2answers
91 views

sound cloud track id url scheme and web

I have a push notification arriving into my iOS app that has the track id. I'm able to successfully open the sound cloud app to the right track, but I would like to open that track in mobile safari if ...
0
votes
1answer
104 views

IOS url Scheme launch custom UIView inside my application

I have a custom UIView in my application that I would like to make available to other applications to call using a url scheme. How would I accomplish this? I’m able to call the application with a ...
1
vote
2answers
226 views

URL Schemes on iOS

I am trying to launch one application(App 1) from another application (App 2)using URL schemes.Is there a way I can check application name which is launching my app? Example App2 launches App 1(So can ...
0
votes
1answer
45 views

getting a double backslash when decoding URL Query

I'm trying to decode a url query for my iphone app. Here's the code I use - (NSDictionary *)parseQueryString:(NSString *)query { NSArray *pairs = [query ...
0
votes
2answers
218 views

How to Shorten URL with custom URL scheme?

I would like to share link to my app in Twitter, it looks like myapp://mylink. Twitter does not highlight such urls and the are unaccessible really. I would like to wrap my link in something like ...
2
votes
1answer
151 views

Can I programmatically tell which application will open a given URL?

I'm trying to figure out which iOS application a given URL will be opened in. I know that "http://..." URLs will open in Safari and that "twitter://..." URLs, for example, will open in the Twitter ...
0
votes
1answer
195 views

iOS Pickup/import file directly from Google drive or Dropbox

In iOS for iPhone -iPad app DO WE HAVE facility to pick/import/copy documents or files directly from photo library or dropbox or GoogleDrive or any other similar kind of app in to our native ...
9
votes
3answers
373 views

Android url override doesn't work on redirect

I have a url that I am overriding in my Android App. Clicking a link from an email to that link pops up the Intent Chooser dialog ("Complete this using"). However clicking the same link (in an ...
-5
votes
2answers
357 views

URL Schemes iOS [duplicate]

Can we launch our application through iphone message app using URL schemes.Launching of message app through our application is possible via URL schemes ,is it vice versa also? if yes please suggest ...
0
votes
1answer
620 views

Android URL scheme: intent.getData() == null (PhoneGap)

So I'm trying to get a the URL being called into my app, but after it opens, it just always seems to be null not matter what I do. Here's the relevant part of my manifest: <activity ...
-1
votes
2answers
123 views

How to take the parameter from URL scheme

I am using url scheme in my iphone app,from a page I switch user to safari,and a button click from web page,I am reverting back to app At that time ,some parameters are passed by the web page like ...
0
votes
0answers
33 views

Non RFC-compliant URI schemes

In my .NET 4.5 application, I would like to provide support for a bunch of wildly unconventional URI schemes (as defined in this draft). URI schemes with double scheme identifiers ...
3
votes
3answers
294 views

iOS Simulator WebApp/Bookmark for URL Scheme testing

I'm testing a custom URL scheme in my app, and I'd like to add a homescreen icon that calls that url. Whenever I request my custom URL, it opens my app, and then reverts Safari's address bar to the ...
1
vote
1answer
185 views

Is it possible for backbone.js to use a json file as a read-only data store?

I'm working on a project where we'll (hopefully) be using backbone.js to power our web app. The caveat is that it will be run either on a web server (i.e. using http:// type URLs) or from the local ...
0
votes
0answers
126 views

Android Custom URL Scheme - Source application

Is there a way to get the source application in Android when launched via custom URL Scheme? Our app is controlled via the browser on the device. you click a certain link, and depending on the ...
0
votes
1answer
231 views

iOS Custom URL Scheme - get source URL

I'm working on an app which launches from a custom url scheme. I've managed to get the url and its parameters and everything, however, our app launches a web view. we want that when the user clicks a ...
0
votes
0answers
143 views

Properly shutting down ClientConnectionManager

In an android applicatin I am using a HttpClient with a ClientConnectionManager created like this: SchemeRegistry schemeRegistry = new SchemeRegistry(); schemeRegistry.register(new Scheme("http", ...
-1
votes
1answer
172 views

URL Scheme alternative to push notification?

Push notifications are not reliable. Apple Push Notification Server does not guarantee the delivery of the notification. We have an application, in which we present a web view, in which there is a ...
3
votes
2answers
298 views

Passing parameters using url scheme

I am working on a app which could be launched over a URL. I have already defined my url scheme using xcode on info page. I filled for identifier my Bundle identifier and for URL Schemes myapp. Now if ...
1
vote
2answers
133 views

How to create a HTML link to a build.phonegap app?

I have run into several problems with iOS development through phonegap recently, and unusually people around here have been unable to discuss these issues and even together we have (for the first time ...
7
votes
2answers
380 views

Facebook & iOS: Share an app ID across multiple apps

I'm having problems implementing this functionality after following Facebook's tutorial: https://developers.facebook.com/docs/howtos/share-appid-across-multiple-apps-ios-sdk/ Basically, I have 2 ...
0
votes
2answers
123 views

URL shemes for apps

I wanted to open Facebook and Twitter apps from my app. I find very simple way like: NSURL *url = [NSURL URLWithString:@"fb://profile"]; [[UIApplication sharedApplication] openURL:url]; And there ...
0
votes
1answer
202 views

iPhone: Close Safari and return to homescreen using a script?

I have a .html-file that loads a javascript when loaded. I use this to turn on/off electronics in my home. Currently I have saved the link on my homescreen (iPhone), and I have set the window to ...
1
vote
1answer
497 views

Usage of YouTube and LinkedIn URL schemes in iOS

I'm trying to open the YouTube app from our own application. I'm doing this with the following code: if([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"youtube://"]]) { ...
0
votes
0answers
200 views

Communicating between ios apps

I hav got two ios apps..app1 and app2. Now what i want is to start app2 from app1. this can be done using openUrl method and url schemes. But i want to launch app2 only when app1 goes to background/is ...
4
votes
1answer
184 views

open sublime with custom url scheme

The rails gem better provides a nice interface to debug rails web applications. Clicking on file names should open your preferred text editor e.g. TextMate. With Sublime however, nothing happens. ...
0
votes
1answer
146 views

Xcode - I can't run the whole methods from AppDelegate

I'm using custom URL schemes to open my app, then get the link and run in a method. But I can't really run the method. For example, I can't load web views or change labels or text fields. So how do ...

1 2 3 4 5