Skip to content

Release Notes

VersionRelease DateChangelog
1.0.904.03.2026What's New:
• Introducing ad reload support.
Improvements:
• Downgraded Google Mobile Ads SDK to version 13.0.0
1.0.804.03.2026Improvements:
• Upgraded the podspec manifest for CocoaPods
1.0.702.03.2026Improvements:
• Upgraded Google Mobile Ads SDK to version 13.1.0.
• SDK is now built with Xcode 26.2.
1.0.626/01/2026What's New:
• Added trackPageView(parameters:) function for tracking page views and screen visits. See the Page View Tracking documentation for more information.
1.0.509/01/2026Improvements:
• Added CI pipeline for release automation.

This release contains the same functionality as version 1.0.4.
1.0.427/11/2025What's New:
• Introduced new class-based API for interstitial ads with RingierAdSDKInterstitialAd.
• Added comprehensive delegate pattern (RingierAdSDKInterstitialAdDelegate) for interstitial ad lifecycle events.
• Enhanced error handling with detailed RingierAdSDKInterstitialError types.
• Simplified delegate method naming (e.g., adDidLoad() instead of interstitialAdDidLoaded()).

Improvements:
• Better lifecycle management with explicit reset() method for interstitial ads.
• Improved memory management with instance-based lifecycle and explicit cleanup.
• Improved event tracking with separate callbacks for impressions, clicks, and presentation states.
• More granular control over interstitial ad loading and presentation.
• Cleaner, more concise API with reduced verbosity in delegate methods.

Breaking Changes:
• Deprecated static interstitial ad functions. See the Migration Guide for migration instructions.
1.0.325/11/2025What's New:
• Added support for Cocoapods. Note that the support for Cocoapods will be sunset by end of July 2026.

Improvements:
• Upgraded Google Mobile Ads to version 12.14.0.
• Upgraded PrebidMobile to version 3.1.1.
1.0.224/11/2025Bug Fixes:
• Fixed underlying loading issue for the configuration.
1.0.115/11/2025What's New:
• Added resetWelcomeAd(params:) function to reset the state of welcome ad banners.

Bug Fixes:
• Fixed welcome ad capping issue. See the Migration Guide for more information.

Improvements:
• Internal cleanup.

Deprecation:
• Removed Google DAI function.
1.0.004/11/2025What's New:
• Added support for Xcode 26.
• Increased minimum supported version to iOS 13.
• Switched from custom logger implementation to using the Logger class from the os package.
• Google Mobile Ads SDK upgrade to version 11.13.0.
• Added a new static function setAudioSession(isApplicationManaged:) to control whether the app or the SDK manages AVAudioSession for video ads.
• Under-the-hood integration of an A/B testing solution.

Bug Fixes:
• Removed JS Bundle for UUIDv3, replaced by native integration.
• Internal performance optimizations.

Improvements:
• Removed all bundled or custom graphic assets from the SDK and now rely solely on Apple's system icons (SF Symbols) for all UI elements and placeholders.

Deprecation:
• Removed the Confiant SDK.
• Removed Objective-C support.
• Removed Cocoapods support.
• Video ad-related functions have been deprecated. See the Migration Guide for more information.