Release Notes
On this page, you can find information about important Game SDK releases. Each release highlights the new features and capabilities introduced.
2.32.0 Introducing Leaderboards
Enhanced Leaderboard service functionality:
This release introduces leaderboard integration in Arkadium platforms. The updated API lets you fetch a user's score for various periods (day, week, month, all-time) and post scores. It also allows you to retrieve the top leaderboard entries—up to 100 entries formatted consistently.
Through the APIs, users can:
- Check Service Availability: The isSupported() method verifies if the leaderboard service is available.
- Retrieve Scores: getUserScore() fetches the current user's score and getTopScores() retrieves the top leaderboard entries (with a limit of 100 entries).
- Post Scores: postScore() sends a new score which triggers lifecycle events for real-time updates.
2.15.0 Introducing Wallet
This release introduces the integration of Arkadium's gem system, a virtual currency designed to provide monetization opportunities.
A new Wallet feature is available, providing developers with methods to:
- Retrieve the current gem balance.
- Spend gems for in-game transactions.
If you’d like to learn more about gems, see this page
2.13.0 Introducing Remote Storage Capabilities
This release extends Persistence module with remote storage options, allowing players to save and resume progress across devices.
New API methods are available for:
- Loading data items from remote storage
- Saving and removing data items in remote storage.