The following WLanguage functions are used to manage in-App purchases: | | inAppCheckSubscription | When starting the iOS application, checks whether the In-App subscriptions have been renewed. | inAppConsumeProduct | Used to consume, in an application, a product that was previously purchased by the user. | inAppListProductInfo | Retrieves, from the store, information about the "In-App" products associated with the application. | inAppListPurchase | Returns the list of application products purchased by the user and not consumed. | inAppPurchaseProduct | Sends a request for purchasing an "In-App" product associated with the application. | inAppRestorePurchases | Restores the purchases of non-consumable products previously performed by the user in an iOS application. |
|
|
|
|