Skip to content

0.1.5

Choose a tag to compare

@yevhenii-audienzz yevhenii-audienzz released this 16 Jul 16:35
· 14 commits to dev since this release
607dec5

SmartRefresh is now handled by the SDK. AdWidget automatically pauses/resumes auto-refresh based on scroll visibility, route occlusion, and app lifecycle for any BannerAd with smartRefresh: true — no per-screen visibility code needed. You can delete your own pause/resume logic.

iOS upgraded to AudienzziOSSDK 0.2.5 (Google Mobile Ads 13, min iOS 15). Enables native setBridgeTargeting / updateGlobalTargeting and backend sticky-ad config.

Ads muted by default.

⚠️ iOS integration
AudienzziOSSDK 0.2.5 requires Audienzz's PrebidMobile fork — pin it in your Podfile, and set your app's iOS target to ≥ 15:

pod 'PrebidMobile', :git => 'https://github.com/audienzz/audienzz-ios-prebid-sdk-fork.git', :tag => '3.3.1-audienzz.1'
pod 'PrebidMobileGAMEventHandlers', :git => 'https://github.com/audienzz/audienzz-ios-prebid-sdk-fork.git', :tag => '3.3.1-audienzz.1'

Run flutter clean after changing pod pins.