Product
All the following properties are
String
| Property | iOS | And | Comment |
|---|---|---|---|
price | โ | โ | Localized price string, with only number (eg. 1.99). |
productId | โ | โ | Returns a string needed to purchase the item later. |
currency | โ | โ | Returns the currency code. |
countryCode | โ | Returns the store country code. | |
localizedPrice | โ | โ | Localized price string, with number and currency symbol (eg. $1.99). |
title | โ | โ | Returns the title Android and localizedTitle on iOS. |
description | โ | โ | Returns the localized description on Android and iOS. |
introductoryPrice | โ | โ | Formatted introductory price of a subscription, including its currency sign, such as โฌ3.99. The price doesn't include tax. |
introductoryPriceAsAmountAndroid | โ | Localized introductory price string, with only number (eg. 0.99). | |
introductoryPriceAsAmountIOS | โ | Localized introductory price string, with only number (eg. 0.99). | |
introductoryPricePaymentModeIOS | โ | The payment mode for this product discount. | |
introductoryPriceNumberOfPeriods | โ | An integer that indicates the number of periods the product discount is available. | |
introductoryPriceNumberOfPeriodsIOS | โ | An integer that indicates the number of periods the product discount is available. | |
introductoryPriceSubscriptionPeriod | โ | An object that defines the period for the product discount. | |
introductoryPriceSubscriptionPeriodIOS | โ | An object that defines the period for the product discount. | |
subscriptionPeriodNumberIOS | โ | The period number (in string) of subscription period. | |
subscriptionPeriodUnitIOS | โ | The period unit in DAY, WEEK, MONTH or YEAR. | |
subscriptionPeriodAndroid | โ | Subscription period, specified in ISO 8601 format. For example, P1W equates to one week, P1M equates to one month, P3M equates to three months, P6M equates to six months, and P1Y equates to one year. | |
introductoryPriceCyclesAndroid | โ | The number of subscription billing periods for which the user will be given the introductory price, such as 3. | |
introductoryPricePeriodAndroid | โ | The billing period of the introductory price, specified in ISO 8601 format. | |
freeTrialPeriodAndroid | โ | Trial period configured in Google Play Console, specified in ISO 8601 format. For example, P7D equates to seven days. |