---
title: current
framework: storekit
role: symbol
role_heading: Type Property
path: storekit/storefront/current
---

# current

The current App Store storefront for product purchases.

## Declaration

```swift
static var current: Storefront? { get async }
```

## Discussion

Discussion Use current to determine a customer’s current storefront region and offer in-app products suitable for that region. You maintain your own list of product identifiers and the storefronts in which you make them available.

## See Also

### Storefront information

- [Storefront](storekit/storefront.md)
- [updates](storekit/storefront/updates.md)
