Skip to content

Releases: teads/TeadsSDK-iOS

v4.3.1

20 Sep 11:41

Choose a tag to compare

Fixing for AdMob & MoPub adapters compatibility

v4.3.0

19 Sep 15:17

Choose a tag to compare

  • adContainerId is now deprecated on mediation adapter.
  • Take care of low battery mode
  • iOS 13 support
  • Fix and minors improvements.

v4.2.6

11 Jun 14:26

Choose a tag to compare

  • 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

15 Apr 08:05

Choose a tag to compare

Minor improvements

v4.2.4

12 Apr 08:39

Choose a tag to compare

  • 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

12 Mar 15:42

Choose a tag to compare

  • fix issue with vpaid ad issue in some cases

v4.2.2

28 Feb 09:06

Choose a tag to compare

  • Performance improvements

v4.2.1

21 Feb 16:05

Choose a tag to compare

  • improve memory management
  • add method to dismiss fullscreen

v4.2.0

14 Feb 10:20

Choose a tag to compare

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

05 Dec 10:11

Choose a tag to compare

Performance improvements