FMX.InAppPurchase.IFMXInAppPurchaseService.ApplicationLicenseKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ApplicationLicenseKey: string read GetApplicationLicenseKey  write SetApplicationLicenseKey;

C++

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

Properties

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

Description

License key for using the Google Play In-app Billing service.

To use the Google Play In-app Billing service, you must give this property your license key. You obtain your license key after configuring your application for In-app Billing in Google Play. See Configuring the Connection Data for the Google Play In-app Billing Service.

You do not need to fill this property to connect to the iOS In-App Purchase service on iOS.

See Also