An object containing the location and unique identifier of an Apple App Store storefront.
SDKs
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
Framework
- Store
Kit
Declaration
class SKStorefront : NSObject
Overview
SKStorefront
exposes storefront information as a read-only property in SKPayment
.
In-app products you create through App Store Connect are available for sale in every region with an App Store. You can use the storefront information to determine the customer's region, and offer in-app products suitable for that region. You must maintain your own list of product identifiers and the storefronts in which you want to make them available.
Note
Do not save the storefront information with your user information; it can change at any time. Always get the storefront identifier immediately prior to displaying product information or availability to the user in your app. Storefront information may not be used to develop or enhance a user profile, or track customers for advertising or marketing purposes.