I would like to check if the user's country is in India. How can I do that in Swift? What library can I use do accomplish this task? I want to do this to display different prices for India users as a test.
I think I figured it out. Is it NSLocale.current.regionCode
. Is so what's the code for India?