Skip to main content

AGS 3.32.0 Release Notes

Last updated on May 31, 2024

Release Date: September 27th, 2022

Client-Side SDK Latest Version:

  • AccelByte Cloud SDK Unreal Engine: 17.0.0
  • AccelByte Cloud SDK Unity: 15.2.0
  • AccelByte Cloud Network-Utilities: 2.4.1
  • AccelByte P2P Unity: 0.2.2
  • AccelByte Cloud OSS: 0.6.4

Server-Side SDK Latest Version:

Here's a look at what's new in AccelByte Cloud 3.32.0:

Quality of Life Changes

  • New Item Type: Extension

    You can now use the item type extension when creating new items. Extension allows you to create and support custom services, giving you the ability to customize and enhance the types of purchases available to your players. The entitlements and fulfillment of your extension item will be automatically integrated into your custom service.

    :::tip NOTE This feature is currently only able to be created using APIs. :::

    :::details Related Endpoints

  • Enhanced App Editor Configurations

    We've made a whole host of new improvements to the App Editor, including:

    • Separated the Global Styles and Feature Flags settings for the Player Portal and Launcher so you can easily make independent changes in either one without affecting the other.
    • The Get Launcher option of the Feature Flags is now only available for the Player Portal and has been removed from the Launcher list.
  • Improve Accuracy in Store Category Search Results

    We've improved our APIs to allow developers to choose to display items only from a particular category or include items from its all sub-categories' as well

    :::details Related Endpoints

  • SDK to Support Multi-Platform Wallet

    You can now use FRegistry::Wallet.GetWalletInfoByCurrencyCodeV2 to manage multi-platform wallets using the SDKs.

  • Support for Option Boxes in Single Game Template Launcher Stores

    You can now use Option Boxes in Launcher Stores that use the single game template by setting the Required Game value on your Option Box.

Breaking Changes

  • Change format value of endDate on Ban event payload to comply RFC3339 format.
  • Blueprint implementation for FPresenceStatus struct in ABPresence.h was renamed to FAccelBytePresenceStatus due to conflicting names with another class found in another plugins.

Bug Fixes and Minor Changes