Skip to main content

Aila_GetSDKVersion

Symbolic library version.

Signature

NSString* Aila_GetSDKVersion(void);

Returns

A string containing the library version in human-readable format.

Description

Returns the library version in human-readable format. In release versions, this value follows the common <major>.<minor>.<patch> (e.g., "1.0.0") semantic versioning scheme. However, under certain circumstances (for example, if a special build is provided for debugging), a different format may be used.

Usage

NSString *version = Aila_GetSDKVersion();
NSLog(@"SDK Version: %@", version);

See Also