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
- Added support for game engine plugins
Bug fixes
- Fixed API
fileSystem.writeFileto support writingArrayBuffertype
SDK 0.4.0 / Version 43.0.0 (December 4, 2025)
What's new
- Added API
TTMinis.game.connectSocketto create a websocket connection - Added API
TTMinis.game.reportEventfor event reporting capability
SDK 0.3.0 / Version 42.9.0 (November 27, 2025)
What's new
- Added API
TTMinis.game.getMenuButtonBoundingClientRectto get the layout position information of the menu button (top-right capsule button) - Added API
fileSystemManager.unzipto decompress files - Added API
TTMinis.game.createInterstitialAdto create an interstitial ad component
Improvements
- Updated API
TTMinis.game.shareAppMessageto supportqueryandpathparameters
SDK 0.2.0 / Version 42.8.0 (November 20, 2025)
What's new
- Added API
TTMinis.game.getWindowInfoto get window information
Improvements
- Updated API
TTMinis.game.requestto support passing thearraybuffertype as a parameter - Updated APIs
TTMinis.game.getSystemInfoandTTMinis.game.getSystemInfoSyncto support fetching thestatusBarHeightandsafeAreafields
SDK 0.1.0 / Version 42.7.0 (November 18, 2025)
Bug fixes
- Fixed vConsole format logic to prevent JS OOM (Out Of Memory)
- Fixed API
TTMinis.game.requestissue where the default content-type was notapplication/json