<!--
{
  "availability" : [
    "iOS: 26.4.0 -",
    "iPadOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "marketplacekit",
  "identifier" : "/documentation/MarketplaceKit/AppDistributor/eligibilityRegion",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "MarketplaceKit"
    ],
    "preciseIdentifier" : "s:14MarketplaceKit14AppDistributorO17eligibilityRegionSSSgvpZ"
  },
  "title" : "eligibilityRegion"
}
-->

# eligibilityRegion

A country code for the device’s current region.

```
static var eligibilityRegion: String? { get async }
```

## Discussion

This property returns the device’s current country code based on its region setting, for example, `ie` for Ireland, and `jp` for Japan.

An app that installs from an alternative app marketplace can use the country code to determine whether the app meets criteria for transaction reporting. For more information, see [Reporting transactions for the Core Technology Commission](/documentation/marketplacekit/reporting-transactions-for-core-technology-commission).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)