Skip to content

Releases: prebid/prebid-mobile-ios

Release 2.1.0

21 Apr 16:07
6ca6c16
Compare
Choose a tag to compare

Prebid SDK

Deprecations

The following classes and methods have been deprecated in the scope of introducing multiformat ad units. They still work, but eventually, they will be removed from the SDK:

  • VideoAdUnit is deprecated, useBannerAdUnit with video ad format instead; using the videoParameters you can customize the bid request for video ads;
  • VideoInterstitialAdUnit is deprecated, use InterstitialAdUnit with video ad format instead; using the videoParameters you can customize the bid request for video ads;
  • for instream video ads use InstreamVideoAdUnit;
  • parameters properties in BannerAdUnit and InterstitialAdUnit are deprecated, use bannerParameters instead;
  • parameters property in RewardedVideoAdUnit is deprecated, use videoParameters instead;
  • display case of AdFormat enum is deprecated, use banner instead

Full Changelog: 2.0.9...2.1.0

Release 2.0.9

15 Mar 15:52
be4127d
Compare
Choose a tag to compare

Prebid SDK

Demo Application

Full Changelog: 2.0.8...2.0.9

Release 2.0.8

30 Jan 17:05
9ca8dbe
Compare
Choose a tag to compare

What's Changed

Prebid SDK

Demo and Internal apps

New Contributors

Full Changelog: 2.0.7...2.0.8

Release 2.0.7

16 Jan 15:57
97da9a9
Compare
Choose a tag to compare

What's Changed

Prebid SDK

Internal Test app

Tests

Full Changelog: 2.0.6...2.0.7

Release 2.0.6

12 Dec 15:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.5...2.0.6

Release 2.0.5

25 Nov 13:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.4...2.0.5

Release 2.0.4

07 Nov 10:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.0.4

Release 2.0.3

15 Aug 11:24
4537a72
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

2.0.2

11 Jul 08:31
a58ae05
Compare
Choose a tag to compare

What's Changed

2.0.1

10 Jun 07:44
Compare
Choose a tag to compare

What's Changed

  • Optional bid caching #634
  • Set the multiformat ad unit as a default for interstitial ads #636
  • Support win and imp events in rendering API #632
  • Utilize MAX's privacy settings in the adapter #633
  • Initialization improvements #635
  • Fix banner API signals #646
  • Improvements for video ads #651
  • Update OM SDK #654
  • Remove support of calendar and storePicture features of MRAID #656
  • Bug fixes