Class AppleStorefront
Represents an App Store storefront, containing information about the user's App Store region.
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
public class AppleStorefront
Properties
CountryCode
The three-letter code representing the country or region associated with the storefront.
Declaration
public string CountryCode { get; }
Property Value
| Type | Description |
|---|---|
| string |
Id
The unique identifier of the storefront.
Declaration
public string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |