Releases: teads/TeadsSDK-iOS
Releases · teads/TeadsSDK-iOS
v4.2.1
- improve memory management
- add method to dismiss fullscreen
v4.2.0
New feature
- add InRead class for clarity
- expose SDK version
Teads.sdkVersion
- add visibility overlay logs
- deprecate slotReached
- setAdContainerView for AdView to check to visibility on the slot. CustomAdView are checking the slot visibility on itself by default.
Breaking changes
- change delegate adView class
Example:
Old
func didReceiveAd(_ ad: TFACustomAdView, adRatio: CGFloat) {}
New
func didReceiveAd(_ ad: TFAAdView, adRatio: CGFloat) {}
v4.1.6
Performance improvements
v4.1.5
- Improve SDK performance
v4.1.4
Fix ios 12 tracking issues in some case
v4.1.3
Minor fix
v4.1.2
- Fix tracking issue on iOS 12
- Add audio session handling
- Fix bug in circuit blocker
v4.1.1
Minor update
v4.1.0
Now support officially Xcode 10
v4.0.10
Fix minor bugs