WTSDKBuildInformation Class Reference

Inherits from NSObject
Declared in WTSDKBuildInformation.h

Overview

Use this class to get more information about this specific version of the SDK.

@Discussion Usually this class is used if Wikitude support is contacted

  buildDate

The build date of the SDK

@property (nonatomic, copy, readonly) NSString *buildDate

Declared In

WTSDKBuildInformation.h

  buildNumber

The build number of the SDK

@property (nonatomic, copy, readonly) NSString *buildNumber

Declared In

WTSDKBuildInformation.h

  buildConfiguration

The build configuration that was used to build this SDK

@property (nonatomic, copy, readonly) NSString *buildConfiguration

Declared In

WTSDKBuildInformation.h

– toJSONString

This method can be used to get a JSON representation of the above properties

- (NSString *)toJSONString

Declared In

WTSDKBuildInformation.h