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