Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

hassoon

macrumors regular
Original poster
Jun 8, 2009
154
0
hi, i want to start learning how to create apps that uses the network; such as uploading/downloading pictures..etc. i have so many books for ios 6 development but none do mention networking. All of them focus on the basic stuff and maximum icloud support. are there any good books to help in the networking part of app development? also any web suggestions? (blogs, videos,..) Thank you!
 
Which books do you have? Please be as specific as possible. That mean, title, author and edition.

* Beginning ios 6 development - Apress
* More iOS 6 development - Apress
* programming in ios 6 3rd edition - O'Reilly
* iOS 6 programming cookbook - O'Reilly
* ios 6 recipes A problem solution-approach - Apress
 
* Beginning ios 6 development - Apress
* More iOS 6 development - Apress
* programming in ios 6 3rd edition - O'Reilly
* iOS 6 programming cookbook - O'Reilly
* ios 6 recipes A problem solution-approach - Apress

I only have the first two of those. Do any of the other three mention web services or NSURLConnection (specifically)?

P.S. Apress and O'Reilly are not authors but publishers. But close enough.
 
I only have the first two of those. Do any of the other three mention web services or NSURLConnection (specifically)?

P.S. Apress and O'Reilly are not authors but publishers. But close enough.

nope, none do mention NSURLConnection. so any hope of finding any good books in the wild ?
 
"iOS Programming - The Big Nerd Ranch Guide - 3rd Edition" by Joe Conway & Aaron Hillegass covers the topic quite well, especially in Chapter 25, "Web Services and UIWebView".

okay thanks! i'll check it out right now!
 
NSScreencast

Ben Scheirman over at NSScreencast has a great overview of the AFNetworking toolkit.

If you're thinking basic HTTP, this is probably a decent place to start just to get some working code up and running:

NSScreencast Ep. 6: AFNetworking

Being open source as well, AFNetworking is a great library to look at for good practices with the lower level Cocoa networking frameworks.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.