Ios swift – Getting country code (ISO-3166-alpha2 standard) for iOS >= 16 after deprecated Locale.isoRegionCodes API?
We are facing the following issue with the following API Locale.isoRegionCodes which has been deprecated from iOS >= 16. The new API is the following Locale.Region.isoRegions but when doing a mapping like the following the region.identifier returns the code 001.…