Releases: GameAnalytics/GA-SDK-IOS
Releases · GameAnalytics/GA-SDK-IOS
5.0.0
🚀 GA-SDK-iOS v5.0.0
We’re excited to announce version 5.0.0 of the SDK!
This release introduces new APIs, extended platform support, and improvements to existing functionality.
⚠️ 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.
📦 Tag: 5.0.0
4.11.1
- Improved user ID handling to ensure consistent user identification across game sessions
4.11.0
- add privacy manifest domain for tracking
- add Xcode 16 support
- add SPM support
4.10.4
- update iOS Deployment Target to iOS 12
- fixed issue with not allowing iOS Simulator for cocoapods installs
4.10.3
4.10.3
- added Support for Xcode 15.4
- fixed crash at launch caused by va_list wrong usage
- improved logging