TikTok for Developers

Docs

Mini Games SDK Changelog

This changelog describes updates to the Mini Games SDK and the corresponding TikTok app version.

SDK 0.5.0 / Client 43.1.0 (December 19, 2025)

What's new

  1. Added support for game engine plugins

Bug fixes

  1. Fixed API fileSystem.writeFile to support writing ArrayBuffer type

SDK 0.4.0 / Version 43.0.0 (December 4, 2025)

What's new

  1. Added API TTMinis.game.connectSocket to create a websocket connection
  2. Added API TTMinis.game.reportEvent for event reporting capability

SDK 0.3.0 / Version 42.9.0 (November 27, 2025)

What's new

  1. Added API TTMinis.game.getMenuButtonBoundingClientRect to get the layout position information of the menu button (top-right capsule button)
  2. Added API fileSystemManager.unzip to decompress files
  3. Added API TTMinis.game.createInterstitialAd to create an interstitial ad component

Improvements

  1. Updated API TTMinis.game.shareAppMessage to support query and path parameters

SDK 0.2.0 / Version 42.8.0 (November 20, 2025)

What's new

  1. Added API TTMinis.game.getWindowInfo to get window information

Improvements

  1. Updated API TTMinis.game.request to support passing the arraybuffer type as a parameter
  2. Updated APIs TTMinis.game.getSystemInfo and TTMinis.game.getSystemInfoSync to support fetching the statusBarHeight and safeArea fields

SDK 0.1.0 / Version 42.7.0 (November 18, 2025)

Bug fixes

  1. Fixed vConsole format logic to prevent JS OOM (Out Of Memory)
  2. Fixed API TTMinis.game.request issue where the default content-type was not application/json


TikTok for Developers