How is it possible to determine the iOS connection type?
I want to know if there is Edge, 3G, 4G oder Wifi available at this moment on my device.
This information I need to load different data with a different size.
So, I don't want to load an image of 4 MB with a connection type "Edge".
in Objective C:
first import @import CoreTelephony.