Teak SDK 5
Teak SDK 5 will be released in late 2024. As the next major version of the SDK, it will remove all methods currently marked as obsolete, and will also introduce changes to Teak’s automatic data collection. To aid in the migration from 4.x to 5 the SDK provides a way to opt-in to new SDK 5 behaviors.
Previewing SDK 5 Behaviors
If you are using "Build Post-Processing" simply check the box for "Enable SDK 5 Behaviors [?]" in the Teak Settings in Unity. Otherwise, follow the platform specific directions below.
SDK 5 Behavior Preview Functionality
-
Teak will no longer automatically collect Facebook Access Token, instead you must pass the Facebook User Id to Teak.IdentifyUser(string,UserConfiguration)
-
Teak will no longer automatically collect email addresses from Facebook, instead you must pass the email address to Teak.IdentifyUser(string,UserConfiguration)