Releases: teads/TeadsSDK-iOS
Releases · teads/TeadsSDK-iOS
5.1.9
5.1.8
5.1.6
5.1.3
- Comply with API NSPrivacyAccessedAPICategoryUserDefaults in privacy manifest
5.1.2
5.1.1
-
Updated Privacy Manifest: Reinforcing our commitment to user privacy and data protection.
-
Updated Google-Mobile-Ads-SDK to v11.2.0.
-
Updated AppLovinSDK to v12.3.1.
5.0.27
- NativeAd tag binder: allows to bind UI Elements with tag programmatically (without linking IBOutlets)
- introducing
TeadsNativeAdView.bind(_ ad: TeadsNativeAd, tagBinder: (TagBinderBuilder) -> Void)
5.0.26
5.0.25
- Fix crash that could potentially occur due to multithreading issue: Using Google Mediation, internal tooling MediatedResizeViewManager could lead to a crash when called concurrently
5.0.24
- Fix crashes that could potentially occur due to multi-threading issues
- Mediation could perform multiple ad creations or removal at the same time, resulting in some thread-safe issues when trying to initialize or clean up ads.
- Impacts internal tooling RemoteConfigManager and MediatedResizeViewManager
- AppLovin adapter initialization status back to
.doesNotApply
: could produce the crashes detailed above