I have done most of all the things to get my phone carrier availability. I got signal strength by using CTGetSignalStrength()
and SIM status by CTSIMSupportGetSIMStatus();
.
But it always returns kCTSIMSupportSIMStatusReady. Now if lost my network connection then it also returns same status as kCTSIMSupportSIMStatusReady.
So, is there any method to get notify for lost of any signal in iphone? My app doesn't require internet connections.
You can always use Reachability (included in AFNetworking)
Do you need to check the difference between WCDMA-UMTS, GPRS, GSM?