开发者

How to get the user's country based on iTunes setting?

开发者 https://www.devze.com 2023-02-26 06:14 出处:网络
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?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消