Skip to content

Releases: GameAnalytics/GA-SDK-TVOS

5.0.0

26 Sep 08:39

Choose a tag to compare

🚀 GA-SDK-tvOS v5.0.0

We’re excited to announce version 5.0.0 of the tvOS SDK!
This release aligns with the iOS SDK and includes the same new APIs, improvements, and platform updates.
The tvOS SDK is published via CocoaPods.


⚠️ Important Breaking Change

Version 5.0.0 introduces a breaking change in Remote Configs for Data Export users:

After updating, event annotations will change from:

configurations

to:

configurations_v3

for all Configs.
Please ensure that any downstream processing or integrations are updated accordingly.


✨ Added

  • Playtime Metrics API — Retrieve previous, current, and total session playtime metrics.
  • Remote Configs V2 — Remote configs now support JSON format.
  • GAHealthMetricsDelegate API — Added delegate API to allow the game to set its own custom FPS metrics.
  • Support for Xcode 16.4 and iOS 26.

🔧 Changed

  • Improved internal user ID handling.

4.11.0

08 Apr 09:07

Choose a tag to compare

  • added support for Xcode 16
  • added privacy domain for privacy manifest

4.10.3

19 Sep 15:02

Choose a tag to compare

4.10.3

  • added Support for Xcode 15.4
  • fixed crash at launch caused by va_list wrong usage
  • improved logging