I have an app that reports real time stream flow data via web service calls. Each stream's data is obtained through a separate web service call. This app is intended for use in rural areas where fast connections aren't always possible. Users can store favorites and we would like the favorites to have up to date data, however, in rural areas with poor internet connectivity this could be time consuming.
So, my question: is there anything within the iOS sdk that allows one to determine if a connection is 3G, Edge, etc.?
Thanks! V