Skip to main content

AGS 3.17.0 Release Notes

caution

This is an unsupported AGS version. AccelByte no longer provides any updates, bug fixes, security patches, or technical support for these versions. Please refer to the AGS Version Support Lifecycle document for more information.

Last updated on July 3, 2025

Release Date: March 1st, 2022

  • Current UE4 SDK Version: 8.6.0
  • Current Unity SDK Version: 8.7.0

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

Highlights

  • View Analytics Logs with Log Viewer

    You can now view the analytics logs using the Log Viewer by entering "analytics" into the Service Name field under the General Filter.

  • Player Portal Login with Apple Accounts

    Your players can now log into the Player Portal using Apple accounts. This support can be configured in the Login Methods menu in the Admin Portal.

    :::details Related Endpoints

    • GET /iam/v3/oauth/platforms/{platformId}/authorize
    • GET /iam/v3/platforms/{platformId}/authenticate :::
  • Link Apple and Twitch Accounts

    You can now link Apple and Twitch accounts through the Player and Admin Portals.

    :::details Related Endpoints

    • POST /iam/v3/admin/namespaces/{namespace}/users/{userId}/platforms/link
    • POST /iam/v3/admin/namespaces/{namespace}/users/{userId}/platforms/{platformId}/link
    • POST /iam/v3/public/namespaces/{namespace}/users/me/platforms/{platformId}
    • GET /iam/v3/public/namespaces/{namespace}/users/me/platforms/{platformId}/web/link
    • GET /iam/v3/public/namespaces/{namespace}/users/me/platforms/{platformId}/web/link/establish :::
  • Integrate In-App Purchases with Google Play and the App Store

    You can now integrate In-App Purchases with Google Play and the App Store by configuring Third-party Store Integrations in the Admin Portal.

    :::details Related Endpoints

    • In-App Purchase Configuration
      • GET /admin/namespaces/{namespace}/iap/config/apple
      • PUT /admin/namespaces/{namespace}/iap/config/apple
      • DELETE /admin/namespaces/{namespace}/iap/config/apple
      • GET /admin/namespaces/{namespace}/iap/config/google
      • PUT /admin/namespaces/{namespace}/iap/config/google
      • DELETE /admin/namespaces/{namespace}/iap/config/google
      • PUT /admin/namespaces/{namespace}/iap/config/google/cert
    • In-App Purchase Sync
      • PUT /public/namespaces/{namespace}/users/{userId}/iap/google/receipt
      • PUT /public/namespaces/{namespace}/users/{userId}/iap/apple/receipt :::
  • Twitch Drops Integration

    You can now integrate Twitch Drops in the E-Commerce service, so your players are able to claim Drops in-game.

    :::details Related Endpoints

    • GET /admin/namespaces/{namespace}/iap/config/twitch
    • PUT /admin/namespaces/{namespace}/iap/config/twitch
    • DELETE /admin/namespaces/{namespace}/iap/config/twitch
    • PUT /public/namespaces/{namespace}/users/{userId}/iap/twitch/sync :::
  • Enable Patch Server

    The DS Image is now able to be updated without changing the name server.

Quality of Life Changes

  • Season Items Now Always Durable

    Previously, Season item entitlements could be set as durable or consumable. Now, Season items are always durable.

Bug Fixes and Minor Changes

  • Fixed issues regarding non-functional Matchmaking Ban features.
  • Fixed issues in the Matchmaking Ruleset by limiting the Sub-Game Mode name to 64 characters to improve loading times, fixing Sub-Game Mode name editing issues, fixing duplicate naming issues in the Optional Parameters, and fixing empty deployment dropdowns when creating a new ruleset in the publisher namespace.
  • Fixed issues in the Dedicated Server Manager Configuration section including missing error validations, linking issues, and port selection issues when creating a new server configuration.
  • UI improvements made to the Log Viewer, Dedicated Server Manager Configuration, Override Deployment, and Catalog sections.