AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Categoría: In-App Purchase functions
16 resultados
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application...
Funciones In-App
Las siguientes funciones de WLanguage se utilizan para gestionar las compras dentro de la aplicación...
InApp constants
La palabra clave Token puede corresponder a...
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...
inAppCheckSubscription (Function)
When starting the iOS application, checks whether the In-App subscriptions have been renewed.
inAppConsumeProduct (Function)
Used to consume, in an application, a product that was previously purchased by the user.
inAppListProductInfo (Función)
Recupera, de la tienda, información sobre los productos "In-App" asociados a la aplicación.
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
inAppProduct (Variable type)
The inAppProduct type is used to define the advanced characteristics of a product for an In-App purchase.
inAppPurchaseProduct (Función)
Envía una solicitud de compra de un producto "In-App" asociado a la aplicación.
inAppRestorePurchases (Function)
Restores the purchases of non-consumable products previously performed by the user in an iOS application.
Procedimiento WLanguage llamado por inAppCheckSubscription
Procedimiento ("Callback") llamado por inAppCheckSubscription si se ha renovado una de las suscripciones.
Procedimiento WLanguage llamado por inAppListProductInfo
Procedimiento ("Callback") llamado por inAppListProductInfo cuando se reciben los detalles del producto.
Procedimiento WLanguage llamado por inAppListPurchase
Procedimiento ("Callback") llamado por inAppListPurchase cuando se recibe la lista de compras realizadas.
Procedimiento WLanguage llamado por inAppPurchaseProduct
Procedimiento ("Callback") llamado por inAppPurchaseProduct cuando se recibe la respuesta a la solicitud de compra.
Procedimiento WLanguage llamado por inAppRestorePurchases
Procedimiento ("Callback") llamado por inAppRestorePurchases cuando se restaura una compra.