Releases: GameAnalytics/GA-SDK-TVOS
Releases · GameAnalytics/GA-SDK-TVOS
5.0.0
🚀 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
- added support for Xcode 16
- added privacy domain for privacy manifest
4.10.3
4.10.3
- added Support for Xcode 15.4
- fixed crash at launch caused by va_list wrong usage
- improved logging