Take a sneak peak of our new documentation Read More
Last Updated: 10/10/2022, 8:21:17 AM

# AccelByte Cloud 3.32.0

# Release Date: September 27th, 2022

Client-Side SDK Latest Version:

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.

    NOTE

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

    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

    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.

# Bux Fixes and Minor Changes