IAPProductType

public enum IAPProductType

Types of in-app purchases.

  • Consumable in-app purchases are used once, are depleted, and can be purchased again.

    Declaration

    Swift

    case consumable
  • Non-consumables are purchased once and do not expire.

    Declaration

    Swift

    case nonConsumable
  • This type of subscription does not renew automatically, so users need to renew each time.

    Declaration

    Swift

    case nonRenewingSubscription
  • Users are charged on a recurring basis until they decide to cancel.

    Declaration

    Swift

    case autoRenewableSubscription