RuntimeLicenseHandler Class Reference

Inherits from NSObject
Declared in RuntimeLicenseHandler.h

Overview

Class RuntimeLicenseHandler.

  daysRemaining

Gets or sets the remaining days.

@property (readonly) int daysRemaining

Discussion

Gets or sets the remaining days.

Declared In

RuntimeLicenseHandler.h

– init

Initialize an object for RuntimeLicenseHandler.

- (id)init

Return Value

an object for RuntimeLicenseHandler.

Discussion

Initialize an object for RuntimeLicenseHandler.

Declared In

RuntimeLicenseHandler.h

– VerifyRuntimeLicense:base64LicenseData:validCodes:versionString:

Verify runtime license.

- (int)VerifyRuntimeLicense:(NSString *)appName base64LicenseData:(NSString *)licenseData validCodes:(NSString *)validCodes versionString:(NSString *)versionString

Parameters

appName

the specified app name.

licenseData

the specified license data.

validCodes

the specified validCodes.

versionString

the specified version string.

Return Value

a checking result.

Discussion

Verify runtime license.

Declared In

RuntimeLicenseHandler.h