Version 2.6.0
This release adds support for two new fields related to Apple's App Tracking Transparency framework:
AttAuthorizationStatus
: An enum representing the end-users ATT election, as documented by Apple hereAttTimestampUnixtimeMs
: A timestamp representing when the user responded to the ATT prompt or otherwise when the AttAuthorizationStatus was known to be valid.
Both of these fields have been added to the IosRuntimeEnvironment and TVOSRuntimeEnvironment classes - and Firehose partners should use these to understand how the user data can and can't be used per Apple's App Tracking Transparency guidelines.