FMX.InAppPurchase.IFMXInAppPurchaseService.ApplicationLicenseKey

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ApplicationLicenseKey: string read GetApplicationLicenseKey  write SetApplicationLicenseKey;

C++

__property System::UnicodeString ApplicationLicenseKey = {read=GetApplicationLicenseKey, write=SetApplicationLicenseKey};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase IFMXInAppPurchaseService


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