|
|
|
|
|
|
|
|
|
|
|
|
| Category: In-App Purchase functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| A specific configuration is required to manage the In-App purchases in an Android application... |
|
|
|
|
|
|
|
| The following WLanguage functions are used to manage In-App purchases... |
|
|
|
|
|
|
|
| The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play... |
|
|
|
|
|
|
|
| When starting the iOS application, checks whether the In-App subscriptions have been renewed. |
|
|
|
|
|
|
|
| Used to consume, in an application, a product that was previously purchased by the user. |
|
|
|
|
|
|
|
| Retrieves, from the store, information about the "In-App" products associated with the application. |
|
|
|
|
|
|
|
| Returns the list of application products purchased by the user and not consumed. |
|
|
|
|
|
|
|
| The inAppProduct type is used to define the advanced characteristics of a product for an In-App purchase. |
|
|
|
|
|
|
|
| Sends a request for purchasing an "In-App" product associated with the application. |
|
|
|
|
|
|
|
| Restores the purchases of non-consumable products previously performed by the user in an iOS application. |
|
|
|
|
|
|
|
| Procedure ("Callback") called by inAppListPurchase when the list of purchases made is received. |
|
|
|
|
|
|
|
| Procedure ("Callback") called by inAppPurchaseProduct when the response to the purchase request is received. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|