Is there any way to get the country code from mobile network. Can we get the country name of the SIM present in the Device through code?
Please Help me out in this w
It is inside CoreTelephony
CTTelephonyNetworkInfo *networkInfo = [[CTTelephonyNetworkInfo alloc] init]; CTCarrier *carrier = [networkInfo subscriberCellularProvider];