Changelog

4.2.0

Published: February 6th, 2026

Features and Improvements ✨

  • Add PromotionTag to PlaytimeParams to be used with user-level promotions. Promotions must be set through the Monetize dashboard. The PromotionTag sent in the SDK must match the value set in the dashboard in order for the promotion to be returned in the SDK.

  • Add error page to the Playtime Catalog.

  • Add getUserId method. When called, the SDK should return the external-user-id set by the developer.

  • Add SDK validation for App Attest; if entitlements with development environment is used instead of the required production environment, the SDK will throw an error. More info on App Attest can be found here.

  • Add SDK validation for app bundle IDs; the app bundle ID used when building the app must match the value added in the Monetize dashboard.

  • Support for Flutter

4.1.1

Published: November 27th, 2025

Bug Fixes 🪲

  • Fix reinitialisation bug

Features and Improvements ✨

  • Support Unity

  • Add new getStatus method to check if SDK is initialized

  • Add SDK validation for app bundle ID

  • Throw error if SDK methods are called before initialization

  • Add setPlaytimeOptions method to set options independently

Migrate to 4.0.0

  • Initialization method is deprecated, you must use SetPlaytimeOptions instead

Last updated