Hello everyone!
I'm about to develop an iOS application, that depends strongly on the value of
Locale.current().regionCode
which is an optional value. The application will be used in worldwide, and as I mentioned above, that the application depends on the value of the optional regionCode.
My question is, when would this value be nil, in which case? what is the limitation of depending on it?
Thank you,
Rashid F.