Tagged Questions
The nsurl tag has no wiki summary.
12
votes
4answers
7k views
Testing file existence using NSURL
Snow Leopard introduced many new methods to use NSURL objects to refer to files, not pathnames or Core Services' FSRefs.
However, there's one task I can't find a URL-based method for: Testing whether ...
9
votes
4answers
9k views
Iphone SDk : Problem with ampersand in the URL string
how do we pass a string Mr.X & Mr.Y in the URL.
I have tried this but this one does all the chars but ampersand.
[urlString stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]
...
8
votes
2answers
1k views
Objective-C: How to add query parameter to NSURL?
Let's say I have an NSURL? Whether or not it already has an empty query string, how do I add one or more parameters to the query of the NSURL? I.e., does anyone know of an implementation of this ...
8
votes
1answer
8k views
Converting File Path From NSString To NSURL
I'm working through Cocoa smoothly, but this problem seems so basic it cancels out all the cool stuff I learned. :/
I have a generated file path, and it needs to be in NSURL format. From research, ...
8
votes
3answers
5k views
Creating URL query parameters from NSDictionary objects in ObjectiveC
With all the URL-handling objects lying around in the standard Cocoa libraries (NSURL, NSMutableURL, NSMutableURLRequest, etc), I know I must be overlooking an easy way to programmatically compose a ...
7
votes
1answer
3k views
NSURL URLWithString: is null with non-english accented characters
I have the following string...
NSString *googleSearchString = @"http://www.google.com/search?q=lyrics+%22Tænder+På+Dig%22+%22Jakob+Sveistrup%22";
Notice that it has some accented characters. When I ...
6
votes
1answer
3k views
NSData & NSURL - url with space having problem
I have following code in my application.
NSData *data=[NSData dataWithContentsOfURL:[NSURL URLWithString:pathOfThumbNail]];
pathOfThumbNail has following path
...
5
votes
1answer
2k views
Resume download functionality in NSURLConnection
I am downloading some very large data from a server with the NSURLConnection class.
How can I implement a pause facility so that I can resume downloading?
5
votes
3answers
3k views
NSURLConnection is run many times
I connect asynchronously with server each 5 seconds. The URL is the same, but POST-body is changed each time. Now I create NSURL, NSURLRequest and NSURLConnection from the scratch each time.
I think ...
4
votes
3answers
2k views
Parse NSURL query property
I have a URL like myApp://action/1?parameter=2&secondparameter=3
With the property query I get following part of my URL
parameter=2&secondparameter=3
Is there any way easy to put this in a ...
4
votes
2answers
1k views
timeout stringwithcontentsofurl
I have this call to stringwithcontentsofurl:
[NSString stringWithContentsOfURL:url usedEncoding:nil error:nil];
How can I give that a simple timeout?
I don't want to use threads or operation ...
3
votes
2answers
50 views
Remove “..” from string representation of URL
When you have a filesystem path, you can have a ".." removed (and the previous path component removed as well) by using the stringByResolvingSymlinksInPath selector. How can I achieve the same thing ...
3
votes
1answer
290 views
escape URL quesrystring
I make a request to an external API using GET method.
For some reasons, the results which I get do not work if the searchText contains spaces e.g. it works fine for stackoverflow, but if searchText ...
3
votes
1answer
2k views
facetime:// url scheme
When trying to have my app open a facetime url (facetime://15555555555), it loads up a blank black screen.
NSURL *facetimeURL = [NSURL URLWithString:@"facetime://15555555555"];
[[UIApplication ...
3
votes
3answers
2k views
NSURLConnection get URL
how i get the URL inside the following method ??
- (void)connectionDidFinishLoading:(NSURLConnection*)theConnection
3
votes
7answers
3k views
NSURL pull out a single value for a key in a parameter string
I have an NSURL:
serverCall?x=a&y=b&z=c
What is the quickest and most efficient way to get the value of y?
Thanks
3
votes
1answer
1k views
Getting URL From beginSheetModalForWindow:
I'm using an OpenPanel to get a file path URL. This works:
[oPanel beginSheetModalForWindow:theWindow completionHandler:^(NSInteger returnCode)
{
NSURL *pathToFile = nil;
if (returnCode == ...
3
votes
5answers
6k views
Parse NSURL path and query (iphoneOS)
Are there any standard objects or functions to parse an NSURL's components? Clearly I could write one, but why re-invent the wheel?
[NSURL path] will return an NSString like ...
3
votes
2answers
2k views
Saving video from UIImagePickerController
In my application, the user can record a video using the UIImagePickerController, and I need to save it to disk for later use. I've gotten the path out of the info dictionary and I'm going to save it ...
3
votes
4answers
4k views
Check if NSURL returns 404
I need to check whether a URL, represented by a NSURL is available or returns 404.
What is the best way to achieve that?
Thanks!
heinrich
3
votes
5answers
3k views
Getting Image from URL/server
I'm fairly new to iPhone development and I'm trying to fetch 'Images from Server' in my application.
I'm using the following method to do this:
enter code here
- (UIImage ...
2
votes
3answers
36 views
How to send NSURL request containig @ in the username
How can i send a url request containing a @ character in the username ?
Currently my url request code looks as follows :
NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL ...
2
votes
2answers
94 views
NSURL with Curly Braces
NSURL does not support the use of curly braces (i.e. {}) in URLs. My application needs to talk to a server that requires the use of curly braces in the URL. I'm considering using bridges to write ...
2
votes
0answers
95 views
iOS - Create an NSURL from an NSFileHandle or NSPipe
I am receiving a stream of encoded audio over the network, but there is a bunch of data mixed in so I need to receive the packets, strip out the audio then play the audio.
AVAudioPlayer, which may ...
2
votes
0answers
228 views
weblock error with NSURLErrorDomain error -999
I am trying to load twitter link in UIWebview.I have faced NSURLErrorDomain error
The operation couldn’t be completed.(NSURLErrorDomain error -999.)
and I have solved it by writing code
...
2
votes
2answers
102 views
When should I use NSURL instead of NSString and vice versa?
This is not a question about a pertinent problem. It's a question by which I try to deepen my understanding of Objective-C or more specific Cocoa Foundation.
When dealing with uploading and download ...
2
votes
1answer
92 views
NSURL from File -> Editing text of data then turn back into URL = NULL
I have an html file that I want to dynamically edit before displaying to change some of the values.
I get the file fine, then replace the text I want, still fine. But when I convert it back to a ...
2
votes
1answer
91 views
NSURL and URL Validity
I'm using a URL from an API where a search term is surrounded by quotation marks. For example:
http://www.example.com/searchterm="search".
However, because of the quotation marks, my NSURL (generated ...
2
votes
3answers
195 views
NSUrl is not stored as absolutestring in NSUserDefault
I am referring Previous Post for storing NSURL of iPod Library in NSUserDefault. But it is not stored in NSUserDefault after application is closed.
I am using other NSStrings to store in ...
2
votes
1answer
139 views
How to programmatically fill in web forms to get past authentication pages? (in iOS)
How can I programmatically fill in web forms to get past authentication pages in iOS?
Basically, the page has a username/password field, and I'd like to be able to collect that data from the user in ...
2
votes
2answers
292 views
NSURL value goes null when url string parameter has space..?
I am parsing xml through my aspx page to my iphone app. I am doing this way to get XML data from url and append into NSData like this below.
NSString *urlString =
[NSString ...
2
votes
3answers
129 views
Can't get Images from the iPhone device folder
I'm trying to get some images from the device (iPhone) and show them on screen.
The image files are saved on my device and separated in folders like this: (...)/Documents/1/image1.png.
Here is the ...
2
votes
1answer
721 views
How to convert NSString path to CFURLRef (for iOS 3.1)?
I display a PDF in a UIScrollView. To do so I use :
myDocumentRef = CGPDFDocumentCreateWithURL((CFURLRef)[[NSBundle mainBundle] URLForResource:@"salonMap" withExtension:@"pdf"]);
Now, I try to make ...
2
votes
1answer
513 views
NSURL URLWithString:myString returns Nil?
I have a string of my url.. I want to get data from that url. For that I needs to create object of NSURL. The problem is while I try URLWithString method of NSURL class it returns nil. But when I ...
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
719 views
iPhone - Checking to see if file needs update / update
I'm trying to make a simple application that checks to see if a .txt file on the iPhone needs updated. Right now I'm checking the html header of last modified, and I want to compare this to the file ...
2
votes
1answer
737 views
Save history of UIWebView and reload it
I have a view with a subview of UIWebView and the view is obviously managed by a view controller. Say, I browse with this UIWebView for sometime and then navigate to a different view managed by a ...
2
votes
1answer
251 views
Objective-C: Get size of a PDF that loads inside a webpage from NSURLResponse
How can i get the size of a pdf that loads inside a webpage? Usually I use the headers from the NSURLResponse to distinguish the size, but in this case I dont know how to do. The header i get looks ...
2
votes
2answers
347 views
Symbol not found: _OBJC_CLASS_$_NSURL error when launching on Mac OS X Leopard
I've just gotten a report from a user that a new build of my app crashes on his machine when he tries to launch it. The crash report is:
Process: MyApp [222]
Path: ...
2
votes
1answer
248 views
How to chop off file:// from NSURL
I have an NSURL.
It is file://localhost/Users/Me/File.xml
I want an NSString that is /Users/Me/File.xml
Is there some nice function I can use to do this?
2
votes
4answers
896 views
objective c NSURL may not respond to +initFileURLWithPath
I have two lines of code in the applicationDidFinishLaunching function:
NSString *targetFilePath = @"/Users/bob/Documents/About_Stacks.pdf";
NSURL *targetFileURL = [NSURL ...
2
votes
1answer
2k views
NSURL from NSURLConnection?
It seems dead simple, as to create an NSURLConnection I usually do this:
NSURL *theURL = [NSURL URLWithString:urlString];
NSURLRequest *req = [NSURLRequest requestWithURL:theURL];
NSURLConnection ...
2
votes
2answers
1k views
NSURL's parameterString confusion with use of ';' vs '&'
I'd like to use NSURL's parameterString method to parse out the parameters of a URL I've been passed. It says URL must conform to RFC 1808 but now wondering if ours do?!? We use something like:
...
2
votes
3answers
3k views
extract data from cocoa http get request
I implemented the following code:
NSURL *url = [ NSURL URLWithString:[ NSString stringWithFormat: @"http://www.google.com/search?q=%@", query ] ];
NSURLRequest *request = [ NSURLRequest ...
2
votes
3answers
3k views
iPhone image upload in background
I'm writing an app with an image upload feature. Right now I'm using NSURL POST like: 125306.
When the app is closed as far as I can tell all of the uploads abort and the threads die. Is there
1) a ...
1
vote
0answers
16 views
What replaces NSURL -URLHandleUsingCache
I have the following code that I'm upgrading to the latest Mac OSX sdk.
NSURL *url = [NSURL URLWithString:urlString];
CURLHandle *handle = (CURLHandle*) [url URLHandleUsingCache: NO];
I get a ...
1
vote
1answer
23 views
Is there any sample code on how to send asynchronous NSURLconnection to a server at regular intrevals?
I ve been working on accessing a server using NSURLConnection. I require a sample code that can explain how to request at regular intervals? Is it advisable to add the NSURLConnection instance ...
1
vote
1answer
126 views
NSURL returns Invalid Summary when merging WAV files
I'm trying to merge 2 .wav files inside of an Objective-C project. The idea is that i want it to give this output: file1 + (file2 - header). In that case the first file's header has to be changed to ...
1
vote
1answer
40 views
Better way of getting a certain value from a URL
I have the following URL from which I want to extract the id parameter:
assets-library://asset/asset.JPG?id= 123456789 &ext=JPG
I wonder if there is a better way to figure out the value for ...
1
vote
2answers
62 views
How to pass arguments to fileURL
I'm trying to pass arguments in NSURL of file path in the usual way:
(fileURL)?arg1=val1&arg2=val2
The problem is that I keep getting the following error from the UIWebView:
Failed to load ...