Skip to main content

How to Obtain SDK Version

Obtain SDK Version with SDK

  1. If iOS plugin is included, in the path Plugins\iOS\INTLSDK\INTLCore\INTLCore.framework\Headers\INTLCore.h, open INTLCore.h.
  2. Find #define INTLCore_Version_String which indicates the SDK version.

Image: SDK INTLCore.h

Obtain SDK Version with INTL log

To obtain INTL log, see How to obtain INTL log.

In INTL log, search the string containing sdk_version which includes the SDK version.

Image: SDK INTL LOG

Obtain SDK Version with Android plugin

  1. In the path Plugins\Android\INTLCore.aar, extract the Player Network SDK core package INTLCore.aar.
  2. From the Player Network SDK core package, extract Classes.jar.
  3. Open BuildConfig.class and locate the VERSION_NAME string which indicates the version number.

Image: SDK INTL Class