At the moment I have an app on the App Store, which is only available in the U.K., this is because in the U.K., U.S. and the E.U. use different measurements (imperial and metric).
So what I want to know, how would I tell what country a user is from, and in turn know which conversion to use?
Maybe an if statement for Locale? If that's even possible, or an option where the user selects what country they are from (and then save it so they don't have to input every time they go on the app?)
Many thanks.