How can I download file from internet in mac osx using objective c.I tried using copyItemAtURL:toURL:error: method in NSFileManager but did not worked.The domain is public so no authentication needed.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
If you want to perform a synchronous HTTP request (e.g. for a console application or on a background thread of a GUI application), then the basic workflow is:
If you need to do an asynchronous request, it's a little more complicated. In that case, you'd create an object which conforms to the |
|||
|
|