FMX.InAppPurchase.TInAppPurchase.ApplicationLicenseKey

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ApplicationLicenseKey: string read GetApplicationLicenseKey write SetApplicationLicenseKey default 0;

C++

__property ApplicationLicenseKey = {default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property published
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TInAppPurchase


Description

Clé de licence pour l'utilisation du service Google Play In-app Billing.

Pour utiliser le service Google Play In-app Billing, vous devez définir cette propriété sur votre clé de licence. Vous obtenez une clé de licence après avoir configuré votre application pour In-app Billing dans Google Play. Voir Configuration des données de connexion pour le service de facturation Google Play In-app Billing.

Il n'est pas nécessaire de remplir cette propriété pour vous connecter au service iOS In-App Purchase sur iOS.

Voir aussi