I wanted to know whether my device is connected to Wi-Fi or 3G or 4G specifically.Currently I am using Apple Reachability classes to check Internet Connection.
When I gave App for beta release to client it's showing connected network as Wi-Fi not 4G even though device is connected to 4G network.In my development location there is no 4G network to test.So is there any tool that can simulate 4G network?
Note:
iPhone 5:
iPad:
Connected to WI-FI but I am getting NULL
API returning NULL value when there is no SIM in device.
So Is there any valid way to know whether the device(iPad and iPhone) is connected to Wi-FI or 3G or 4G.
I replaced existing classes with this and tested in actual 4G device, it's working as expected.