Most accurate way to automatically get user's country on iOS?
问题 This question is perhaps as much about human behaviour as programming. What is the best way of automatically getting the user's country ( without asking the user ) It's for a shopping app, so that the correct shopfront gets shown in the app. Imagine, for instance, there are three stores - Japan, US, and France. There are three ways I can think of doing this: Use a service like http://ipinfo.io/json or http://freegeoip.net/json/ to get the country code. Use the device's carrier code, I'll be