Skip to main content

Release Notes

This section outlines the release notes for the Expo SDK, highlighting recent updates, new features, enhancements, and bug fixes. These notes are designed to help developers stay informed about the latest changes, ensuring smoother integration, improved performance, and optimal use of the SDK.


note

Ensure all newly integrated SDK versions are fully tested before releasing to production.

Version 1.6.76


New Features

  • Added Encryption functions.

Version 1.6.75


New Features

  • Meta Install referrer And Android Id Support
 // Set Facebook App ID for Meta attribution (Android)
trackierConfig.setFacebookAppId("123456789012345"); // Replace with your actual Facebook App ID

// Set custom Android ID for device identification (Android)
trackierConfig.setAndroidId("custom_android_device_id_123"); // Replace with your custom Android ID

Version 1.6.73


New Features

  • Dynamic deep links
  • Function for resolved deep links
  • Region functions

Bug Fixes

  • Fixed setUserAdditionalDetails function