Skip to content

Version 2.6.0

Compare
Choose a tag to compare
@samdozor samdozor released this 16 Apr 16:25
· 30 commits to main since this release

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 here
  • AttTimestampUnixtimeMs: 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.