I want to get user country without internet connection and GPS
.
I tried getting user's Country using Carrier information
(CTTelephonyNetworkInfo *info = [CTTelephonyNetworkInfo new];
CTCarrier *carrier = info.subscriberCellularProvider;),
but this provides Carriers original location, not Active country.
For example if the user has AT&T
sim card and he is in France, I get U.S.
Any suggestions?