API:FMX.InAppPurchase.TInAppPurchase.ApplicationLicenseKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ApplicationLicenseKey;

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.

FMX.InAppPurchase.TInAppPurchase.ApplicationLicenseKey inherits from FMX.InAppPurchase.TCustomInAppPurchase.ApplicationLicenseKey. All content below this line refers to FMX.InAppPurchase.TCustomInAppPurchase.ApplicationLicenseKey.

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