I'm using the libPhoneNumber-iOS library to get the supported regions and verify the user phone number is valid or not. But I'm not able to find any method which returns me the country dialing code(like +91 for India).
Is this achievable through the library or I have to manually hard code all the country dialing codes?
Any help is appreciated.