namespace UnityEngine.Purchasing
{
///
/// Class containing store information for iOS, tvOS and visionOS builds.
///
public class AppleAppStore
{
///
/// The name of the store used for iOS, tvOS and visionOS builds.
///
public const string Name = "AppleAppStore";
}
}