mobileStoreSetProductType | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Set the type of an in-app purchase. | |||||||||
Introduced | 6.7 | |||||||||
OS | ios, android | |||||||||
Platforms | mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Command: mobileStoreRestorePurchases, mobileStoreDisablePurchaseUpdates, mobileStoreEnablePurchaseUpdates, mobileStoreRequestProductDetails, mobileStoreMakePurchase, mobileStoreConsumePurchase, mobileStoreConfirmPurchase, mobileStoreVerifyPurchase Function: mobileStoreProductProperty, mobileStorePurchasedProducts, mobileStorePurchaseError, mobileStoreCanMakePurchase Message: purchaseStateUpdate, productRequestError, productDetailsReceived | |||||||||
Description | Use the mobileStoreSetProductType command to set the type of an in-app purchase item. The command mobileStoreSetProductType is used to set the type of an in-app purchase item. The productID is the identifier of the in-app purchase you created in the vendor's App Store for which you wish to set the type. The productType is the type of the in-app purchase item. This can either be inapp for consumable and non-consumable items, or subs for subscription items.
|