How to get the user's country based on iTunes setting?
I would like to get the user's country based on the settings on iTunes. Is there a file that I can read to 开发者_高级运维get this data using objective-c?
Thanks
Why dont you get the current locale from the system? The NSLocale class provides the +systemLocale
and +currentLocale
class methods.
精彩评论