FMX.InAppPurchase.TInAppPurchase.ApplicationLicenseKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ApplicationLicenseKey: string read GetApplicationLicenseKey write SetApplicationLicenseKey default 0;

C++

__property ApplicationLicenseKey = {default=0};

Properties

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

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