Skip to main content

Release Notes

This section outlines the release notes for the .NET MAUI SDK, highlighting recent updates, new features, enhancements, and bug fixes.


note

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


Version 2.1.0 (Latest)


New Features:

  • Added WaitForATTUserAuthorization() method for iOS ATT support
  • Added UpdatePostbackConversion() method for SKAdNetwork conversion tracking

Implementation:

// ATT Support (iOS only - call before Initialize)
AppTroveSDK.WaitForATTUserAuthorization(30);

// SKAdNetwork Postback (iOS only - call after Initialize)
AppTroveSDK.UpdatePostbackConversion(5);

Version 2.0.0


Initial Release:

  • Cross-platform support for Android and iOS
  • Event tracking with built-in and custom events
  • Deep linking support
  • Deferred deep linking with DeferredDeeplinkCallback
  • Uninstall tracking via FCM (Android) and APNs (iOS)
  • User data tracking (UserId, Email, Phone, etc.)
  • Dynamic link creation with CreateDynamicLink()
  • Deep link resolution with ResolveDeeplinkUrl()
  • Apple Ads token support with UpdateAppleAdsToken()
  • Firebase Analytics integration for uninstall tracking
  • SDK signing with SecretId and SecretKey
  • Meta Install Referrer integration