Docs
Mini Games SDK Changelog
This changelog describes updates to the Mini Games SDK base library version and the corresponding TikTok app version.
SDK 0.10.0 / Client 43.8.0 (January 27, 2025)
What's new
- Added APIs
TTMinis.game.vibrateLongandTTMinis.game.vibrateShort, which can make the phone vibrate
SDK 0.9.0 / Client 43.7.0 (January 22, 2025)
Improvements
- Updated the error code fields for interstitial ads and rewarded ads, renaming
errorMsgtoerrMsgto align with the rest of the API
Bug fixes
- Fixed an issue where
TTMinis.game.getStorageSyncandTTMinis.game.setStorageSynccould throw exceptions when a non-string key was passed
SDK 0.8.0 / Client 42.6.0 (January 19, 2025)
What's new
- Added API
TTMinis.game.getStorageInfo、TTMinis.game.getStorageInfoSyncto get the storage info
Improvements
- Updated API
TTMinis.game.loginerror codes to pass through client and server error codes
Bug fixes
- Fixed an issue where passing both
defaultValueandmaxLengthto the APITTMinis.game.showKeyboardon Android caused an error
SDK 0.7.0 / Client 43.5.0 (January 15, 2025)
No changes
SDK 0.6.0 / Version 43.4.0 (December 30, 2025)
What's new
- Added support for loading Wasm files using
TTWebAssembly - Added API
TTMinis.game.showKeyboard,TTMinis.game.hideKeyboardto use keyboard-related features - Added API
TTMinis.game.setPreferredFramesPerSecondto modify rendering frame rate
SDK 0.5.0 / Version 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
Was this document helpful?