brainCloud Product Updates logo
Back to Homepage Subscribe to Updates

Product Updates

See the latest features, improvements, and product updates

Labels

  • All Posts
  • release
  • Announcement
  • Improvement
  • Fix
  • blog

Jump to Month

  • March 2025
  • January 2025
  • November 2024
  • September 2024
  • May 2024
  • February 2024
  • November 2023
  • September 2023
  • July 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • July 2022
  • June 2022
  • April 2022
  • March 2022
  • February 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • June 2021
  • May 2021
  • March 2021
  • November 2020
  • September 2020
  • July 2020
  • April 2020
  • February 2020
  • December 2019
  • November 2019
  • September 2019
  • June 2019
  • May 2019
  • February 2019
  • December 2018
  • October 2018
  • July 2018
  • March 2018
  • January 2018
  • December 2017
  • October 2017
  • July 2017
  • June 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • October 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • June 2014
  • May 2014
Changelog byAnnounceKit

Create yours, for free!

releaseAnnouncement
9 years ago

Revamped Unity Client! (Release 2.9)

In celebration of this week’s Ottawa International Games Conference (OIGC), it’s brainCloud Release 2.9!

Nothing too earth-shattering in this release – some minor fixes and changes while we ramp up the development of some larger customer-requested features – coming soon!

Release Highlights

  • IAP Product Enhancements
    • Categories – Products can now be assigned to categories (i.e. “Gold bundles”, “Elixer bundles”, etc.), which is handy for retrieving lists of similar items for display in store screens.
    • Product Types – brainCloud now allows you to specify whether an IAP product is consumable, non-consumable or subscription (with sub-types for Apple’s free, non-renewing and auto-renewable subscriptions). This additional information allows us to handle the various product types appropriately, in particular fixing our handling of auto-renewable subscriptions.
    • Extra Data – developers are now able to append extra information (key + value pairs) to products
  • Unity Client
    • We have significantly overhauled our Unity Client – improving its communications infrastructure, and adopting a new Json processing library (JsonFx).Warning: as part of the Unity Client Refactoring, we have changed the Error callback/delegate signature so that you no longer have to parse the response Json. This change greatly simplifies your error processing, but is not backwards compatible. The older 2.8 libraries still function just fine though.

Portal Changes

  • Design | Marketplace | Products – added support for categories, product type / sub-type, and extra data
  • Officially Supported Browsers – the brainCloud portal is designed to work with Chrome, Safari and Firefox.  Users of other browsers (IE) will be warned that they may experience issues.  [There are known refresh issues with IE.]
  • API Explorer – the services and operations are now displayed in alphabetical order (FINALLY!) 🙂 

API Changes / Additions

  • GetSalesInventoryByCategory() method added to Products service – used to retrieve all IAP products of a certain type.

Misc. Changes / Fixes

  • Admin | Company Info page –  we now display the user id for the billing account for easy reference
  • JavaScript client – Async match parameters updated to match other clients, and fixed handling of optional parameters
  • Java client – missing product methods have been added to the Java client
  • Leaderboard configuration – the portal now warns you that changing the tournament refresh settings (start date, frequency, etc) requires that all leaderboard entries be deleted.
  • Miscellaneous documentation updates