Skip to main content

How to obtain the SDK version

Obtain the SDK version from the SDK

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

Image: SDK INTLCore.h

Obtain the SDK version from SDK logs

To obtain Player Network SDK logs, see How to Obtain SDK Logs.

In the SDK logs, search for the sdk_version string containing the SDK version.

Image: SDK INTL LOG

Obtain the SDK version using the Android plugin

  1. Extract the Player Network SDK core package INTLCore.aar from the path Plugins\Android\INTLCore.aar.
  2. Extract Classes.jar from the Player Network SDK core package.
  3. Open BuildConfig.class and locate the string VERSION_NAME that indicates the SDK version.

Image: SDK INTL Class