---
title: countryCode
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/skstorefront/countrycode
---

# countryCode

The three-letter code representing the country or region associated with the App Store storefront.

## Declaration

```swift
var countryCode: String { get }
```

## Discussion

Discussion This property uses the ISO 3166-1 Alpha-3 country code representation.

## See Also

### Identifying the Storefront

- [identifier](storekit/skstorefront/identifier.md)
