You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release Version: 0.2.0
New Features:
Enhanced AttributionAPI: The AttributionAPI class has been updated to include new functionality for creator validation, improving flexibility in handling multiple creator codes at once.
Referrals API Expansion: The ReferralsAPI now supports additional referral data fields, allowing for deeper tracking and reporting within games.
New Helper Functions: Introduced helper methods to streamline common SDK tasks, including new methods for parsing and validating user input for API requests.
Bug Fixes:
Error Handling in SDKInitializer: Fixed a bug where incorrect error handling occurred if an invalid API key was provided during initialization, preventing the correct logging of failure reasons.
UI Rendering Issues: Addressed a UI issue where certain elements would not render correctly when displaying creator codes after API validation.
Improvements:
Performance Optimization: Reduced the memory footprint of API requests by optimizing data serialization and reducing redundant operations.
Updated Documentation: The SDK documentation has been updated to reflect the new API endpoints and helper functions, making it easier for developers to integrate the SDK into their projects.
Codebase Cleanup: Refactored several SDK components to ensure more modular code and easier future updates, particularly in the AttributionAPI and ReferralsAPI classes.