Sku
The The Sku
object give access to the following information.
Name | Description |
---|---|
skuId | Sku Identifier |
productId | Product identifier |
introductoryEligibility | Introductory SkuEligibility |
promotionalEligibility | Promotional SkuEligibility |
extravars | Extra variables as configured in the SKU configuration |
product | iOS: SKProduct Android: SKUDetail Flutter Product Capacitor Product React Native Product |
discount | SKProductDiscount (iOS only) |
SkuEligibility
The The SkuEligibility
object give access to the following information.
Value | Status |
---|---|
1 | Eligible |
0 | Unknown |
-1 | NonEligible |
Updated over 1 year ago