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

Discussion

The build date of the SDK

Declared In

WTSDKBuildInformation.h

  buildNumber

The build number of the SDK

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

Discussion

The build number of the SDK

Declared In

WTSDKBuildInformation.h

  buildConfiguration

The build configuration that was used to build this SDK

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

Discussion

The build configuration that was used to build this SDK

Declared In

WTSDKBuildInformation.h

– toJSONString

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

- (NSString *)toJSONString

Discussion

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

Declared In

WTSDKBuildInformation.h