Does anyone have some code I can use in an iPhone app that will let me see strength of wifi? I have a connection intensive operation and prefer they aren\'t in a spotty zone
iOS and its SDK isolate applications from doing (and querying) most system-level things. What you could do is to use [NSData dataWithContentsFromURL:...] to do one or two HTTP requests to ensure that the connection is stable and then do the main data transfers.