Just wondering whether there are easy ways to retrieve country calling code from a user\'s phone.
For example, my app would like to pre-fill country
The NSLocaleCountryCode is the country code defined in ISO-3166, not the calling code. You need to find the calling code elsewhere.
NSLocaleCountryCode
See Link for a complete list of ISO3166 -> calling code.