Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
461 views

iOS URL Scheme, return to Safari when done

I would like to implement a custom URL scheme similar to how mailto works in Safari. In my html I have a link to my custom scheme (e.g., myapp://parms) which will call my app that has the myapp ...
2
votes
2answers
247 views

How to get true after_destroy in Rails?

I have an after_destroy model callback that regenerates cache after the model instance has been destroyed. It does this by calling open("http://domain.com/page-to-cache") for as many pages as need to ...
2
votes
2answers
301 views

UIApplication's openURL Crashes My App

I'm using UIApplication's openURL: method to open a website in Safari. When the user came back to the app (fast switching), it relaunched. It means that my app was quit instead of going to the ...
2
votes
3answers
566 views

Why is UIApplication not working in my Mac App

i am using openURL for my iphone apps, works perfectly, but now i want to use it on mac, normally, i use this code [[UIApplication sharedApplication] openURL:[NSURL ...
2
votes
4answers
2k views

Restarting iPhone application after [UIApplication sharedApplication] openURL

As title says I'd like to know how to restart my iPhone app after doing this: [[UIApplication sharedApplication] openURL:[NSURL UrlWithString:@"tel://0123456789"]] It seems pretty simple as I saw ...
1
vote
0answers
68 views

RESTFUL url design in handleOpenUrl

One of my main tabs is a uiwebview, which links to resources across the application. As such, I am building a restful router in my handleOpenUrl. But my regex/obj-c string handling is pretty poor, ...
1
vote
3answers
890 views

UIApplication openURL background

In my iOS 4 application, I need to open a URL from the background, at a time specified from the user. However, for some reason, I cannot launch a URL from the background for some reason. Here is my ...
1
vote
2answers
301 views

How do I register my app to use the openUrl scheme?

How can I register my iPhone app to open when I use openUrl in another app or in a website (in Safari)?
1
vote
2answers
265 views

UIPasteboard size

I am trying to do an upgrade path for a lite to full version of an application, that can store an indefinite amount of data (I dont want to do in app purchase). I would like to be able to upgrade ...
1
vote
0answers
435 views

iPhone Daemon Processes and UIApplication's openURL

I have a daemon process which I created running on my iPhone (so yes it is jailbroken). I have been able to use the Audio and CoreLocation frameworks without problems. However when I try to use ...
1
vote
3answers
2k views

Where does UIApplication's handleOpenURL 'Return' to exactly?

I'm working on a handling a custom URL Scheme in an app and am trying to sort out: - (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url I'm passing and successfully parsing ...
1
vote
1answer
1k views

Possible to open iPhone Safari and target a specific window?

I have an app that uses OAuth to authenticate, which means the user must be directed to the website to authorize the application. I prefer to make it obvious to the user that they are using a ...
0
votes
0answers
103 views

[[UIApplication sharedApplication]openURL] can not launch Safari

This problem keep bugging me. I'm trying to open a simple url http://www.google.com/ with openURL, but the Safari's not showing up. Here's my code : NSURL *url =[NSURL ...
0
votes
1answer
52 views

How know when app open a URL?

I'm working on an iOS app and looking to see if it is possible to know when a user opens a URL (for example, user press a button and executes code like below) [[UIApplication sharedApplication] ...
0
votes
1answer
72 views

How to open the iphone application with PrivateURLSchemes

I found the plist file in the system application properties in PrivateURLSchemes,We can apply this attribute to open the system application?like openURL:@"sms://"? ps:it only has ...
0
votes
1answer
73 views

How to create iphone app to call via wifi/3g (VoIP)?

I want to developed an iphone app, allow to call via wifi/3g. Please provide me example statement to: How to Client send request to sip provider? How to Sip provider establish a connection to other ...
0
votes
1answer
68 views

Custom URL schema doesn't open app

I have a problem with custom URL schema. I think I've configured it properly but it doesn't open the app if it is closed, if the app is in "background" (i.e. I can see it double tapping the home ...
0
votes
1answer
96 views

Open a local html file with url params through applescript

I need some help with a very simple applescript. I need it to open a local URL on mac with a url parameter. set str to "open -a 'Firefox' file:///Users/bob/Desktop/someFolder/index.html?val=28" do ...
0
votes
1answer
91 views

OpenURL on iphone problem with strings

i am using openURL to open an app with arguments but i get errors when compiling (theos...mobilesubstrate) Here is my code: http://pastie.org/private/mg6lbuttin85llxaxwdkw sorry the code wasn't ...
0
votes
0answers
19 views

ERROR with widget.openURL, [tag:windows-mobile-6-5]

I'm using widget for Windows Mobile and when invoking the openURL method i'm receiving "object doesn't suppor Here is my code: try { if (widget) { ...
0
votes
1answer
48 views

Using openURL to make a call fails from button in table cell

I have a button in a table view cell and the following action to make a call using the title text of the button - (IBAction)makeCall:(id)sender { UIButton *button = (UIButton *)sender; ...
0
votes
1answer
190 views

Can an iOS App Switch to Safari Without Opening a Page?

I know that my app can open a particular URL in Safari by doing something like this: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.example.com/"]]; but, is there any ...
0
votes
0answers
115 views

Open a UIActionsheet or uialert when a link in uitextview is pressed

I am trying to find out a nice approach for my apps that make the user aware about that when a link is pressed in a uitextview they will leave the app. I know that I can subclass the UIApplication ...
0
votes
2answers
28 views

Get the same zoomlevel in OpenURL(http) as in Safari? (OpenURL view not zoomable)

Same behavior on Iphone 3 and 4, both with OS 4.3.2. I open URLs not in a UIWebview but externally, with openURL() --> Safari. If I go to visiteksjo.se in the Safari app, I get a zoomed-out view, ...
0
votes
5answers
225 views

Issue with mail sending using openURL

I'm facing a issue with opening mail client using openURL. Here is the code. NSString *subject = @"Demo Subject"; NSString *body = @"<html><head>Header</head><body><a ...
0
votes
0answers
493 views

How to use [[UIApplication sharedApplication] openURL:] open other app?

I followed http://iphonedevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html instruction to open app1(GlassButton) within app2(FontTest). The open method of FontTest as ...
0
votes
2answers
273 views

How to make a call, send text or find address on map?

From coded detailView of my app which has a grouped table view. I want app to dial selected phone number or send text or send email if clicked on email and take to google maps if address is selected. ...
0
votes
3answers
227 views

Objective C retreive data from another application

I wrote two application, and I need interaction between them. I mean, in the first application, there is a view, where you need to add a number. But if you don't want to write it down, the other app ...
0
votes
1answer
123 views

appstore launch request unable to complete

I am trying to launch an appstore page with either of the calls: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://itunes.apple.com/us/app/myappname/id999999999?mt=8"]]; ...
0
votes
2answers
2k views

iOS How to exit current app after using UIApplication openURL to launch a browser

I am very new to iOS development. The app I need is very simple: just open a web browser and go to a specific URL when my app is launched. So in the delegate file, in didFinishLaunchingWithOptions, I ...
0
votes
2answers
593 views

Multiple strings in openURL. iPhone SDK

I am making a twitter application for iPhone, I am trying to add a button which will open Safari, and take the user to their twitter homepage. I have a textfield called username, so the following code ...
0
votes
1answer
257 views

Emailing HTML from within an iPhone app is stopping at special characters

I have an iPhone app that will let users email some pre-determined text as HTML. I'm having a problem in that if the text contains special characters within the text (e.g., ampersand &, >, ...
0
votes
0answers
260 views

iPhone generalPasteboard loses contents if application is closed by an -openURL: call

I have a method, that puts something on the pasteboard. This method is called one of two ways, one, as an IBAction from a button, the other from another method which afterwards closes the application ...
0
votes
1answer
151 views

Do Apple require Network detection for openURL in Safari from your app?

I am about to submit my first iPhone app to the app store and within the about page, I have a link to our website. Is it ok to allow Safari to open and fail to load if network is not present, or will ...
0
votes
1answer
164 views

NSURL doesn't work any time

i have the following problem sometimes my openURL-Dialog works perfectly, then i looked at the variable from the url and that is the variable: www.brehm-gmbh.de but some other times there are some ...
0
votes
2answers
95 views

Code execution prior to loading an url from an iPhone

If you call: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://test.com"]]; it seems to automatically quit your app -- bypassing the dealloc, viewDidDisappear, or any other ...
0
votes
1answer
522 views

iPhone: Is it possible to open a password-protected file using openURL?

Title pretty much says it all. My app has the URL and password for the file myFile.ext, located at: https://myserver.com/stuff.cgi?db=mydb I want to create an NSURL object which, if passed to ...
0
votes
2answers
5k views

Change iPhone's default Browser

Is there any way to alter the application an iPhone uses to view websites so that Safari isn't opened by default? I'm thinking it may be possible with a Jailbroken phone by editing an application's ...
0
votes
1answer
985 views

openURL: with a NSURL containing a formatted NSString isn't working

To open Google Maps with directions, i'm using a formatted NSString inside a NSURL. But it doesn't work with [[UIApplication sharedApplication] openURL:nsurl]; code: NSString * directionsURL = ...
0
votes
2answers
737 views

openURL and YouTube

Is there any way to open the YouTube app from my app, with a defined search query? If not, is there a way to just open YouTube, without playing any video? All I'm finding is ways to play videos.
0
votes
0answers
285 views

Problem opening URL with browser Safari on iphone

I, if I try to open this URL: ...
0
votes
1answer
286 views

openUrl in landscape mode in iphone

I am trying to open the url through safari in landscape mode. But still not able to do it. Following is the code. [[UIApplication sharedApplication] openURL:[NSURL ...
0
votes
1answer
391 views

IPHONE: How do I override the “cancel\call popup-box” that comes when dialling a number programmatically?

I'm currently developing a project that at some part calls a number of the user's choosing. I use the snippet below to call the number. [[UIApplication sharedApplication] openURL:[NSURL ...
0
votes
3answers
2k views

End call, don't return to app automatic in iphone 3.1 version

my app use openURL to have a call, but when I end call, it will not return to my app automatic in iphone 3.1 Anyone know that?It's a bug of iphone 3.1? Thank you very much!
-1
votes
1answer
97 views

Make UIBarButtonItem open a link in safari?

Hello I'm all new to the iPhone development thingy, so I would appreciate some help here. I would like my UIBarButton to close the app and then open up a link in safari. in the .h file #import ...