Skip to content

v1.27.0

Latest

Choose a tag to compare

@sergei-playgama sergei-playgama released this 04 Dec 12:00
· 9 commits to main since this release

Xiaomi (beta)

  • New platform integration
  • Supports banner, interstitial, and rewarded ads (Google AdSense)

MSN

  • Added cloud saves support
  • Fixed payments.purchase flow
  • SDK updated from rc.20 to rc.21

Discord

  • Updated authentication
  • Fixed isInviteFriendsSupported and isShareSupported

YouTube, Yandex, Facebook

  • Small fixes

QA Tool

  • Added authorization state management in the player state section
  • Internal storage is now available only to authorized players
  • Added a guest state for unauthorized players
  • Fixed platform.language
  • Added the ability to launch the QA tool via URL, including launching from localhost
  • Added the ability to manage the state of advertisements

Playgama

  • Fixed tryParseJson logic for the storage.get method
  • Added support for game_ready message

JS Core

  • Added built-in overlay Device Orientation Popup displayed on mobile and tablet devices when screen orientation doesn't match the supported orientations
  • Configurable via options.device.useBuiltInOrientationPopup & options.device.supportedOrientations
  • Uses Screen Orientation API with matchMedia and dimension comparison fallbacks
  • Centralized array validation for storage.get, set, and delete methods
  • Added postToParent and postToSystem utility functions
  • Unified platform-specific error constants into a single ERROR.GAME_PARAMS_NOT_FOUND constant
  • Improved loading from CDN