0

What is the best way to retrieve the user's Country or Region from their GameCenter account? Is this information exposed in the Apple APIs?

rmaddy
  • 314,917
  • 42
  • 532
  • 579

1 Answers1

0

A locale is a user's region setting on their device, and you can read it without asking for permission. If we're just going to ask what country the user is in:

let locale = Locale.current.regionCode