I am trying to find out the connection type of a device. I have implemented reachability but this only detects if the user is on wifi, offline, mobile data.. I am trying to find out how to detect in more detail e.g. 3g, 4g.
The below answer says CTTelephony but doesn't show how to implement it. My project doesn't like to #import but the framework is linked up.
Detect carrier connection type (3G / EDGE / GPRS)
Anyone had this problem?