Releases: teads/TeadsSDK-iOS
Releases · teads/TeadsSDK-iOS
v4.3.1
Fixing for AdMob & MoPub adapters compatibility
v4.3.0
adContainerIdis now deprecated on mediation adapter.- Take care of low battery mode
- iOS 13 support
- Fix and minors improvements.
v4.2.6
- Fix bug that could in rare case put a some vpaid creative in the left corner of the app.
- Fix click not working on some creative.
- Minor improvements
v4.2.5
Minor improvements
v4.2.4
- Remove geolocation from the SDK
- Generate SDK with new Xcode you can get a version generated by the previous SDK by using TeadsSDKPrevious in cocoapod or downloading it in our Previous folder in this repo.
v4.2.3
- fix issue with vpaid ad issue in some cases
v4.2.2
- Performance improvements
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