FMX.InAppPurchase.TCustomInAppPurchase.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 TCustomInAppPurchase

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.

Note: Due to a Delphi compiler limitation, String literals cannot exceed 255 characters. The solution is to split the string into several parts (see Configuring the Connection Data for the Google Play In-app Billing Service for an example).


See Also