Releases: prebid/prebid-mobile-ios
Release 2.1.0
Prebid SDK
- Support multiformat ad units by @OlenaPostindustria in #811
- Remove bitcode support from build script by @OlenaPostindustria in #816
- Add
PBM
prefixes to the@objc
classes by @OlenaPostindustria in #823 - Fix VAST without end card closing issue by @OlenaPostindustria in #810
- Support GMA SDK 10.3.0 by @OlenaPostindustria in #813
- Support GMA SDK 10.4.0 by @OlenaPostindustria in #826
- Update minimum deployment version by @OlenaPostindustria in #829
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
withvideo
ad format instead; using thevideoParameters
you can customize the bid request for video ads;VideoInterstitialAdUnit
is deprecated, useInterstitialAdUnit
withvideo
ad format instead; using thevideoParameters
you can customize the bid request for video ads;- for instream video ads use
InstreamVideoAdUnit
; parameters
properties inBannerAdUnit
andInterstitialAdUnit
are deprecated, usebannerParameters
instead;parameters
property inRewardedVideoAdUnit
is deprecated, usevideoParameters
instead;display
case ofAdFormat
enum is deprecated, usebanner
instead
Full Changelog: 2.0.9...2.1.0
Release 2.0.9
Prebid SDK
-
Support new versions of SKAdNetwork by @OlenaPostindustria in #769
-
[Rendering API] Migrate from internal clickthrough browser to SFSafariViewController by @OlenaPostindustria in #796
-
Update SDK reliance on PBS /status endpoint by @OlenaPostindustria in #787
-
SDK first party data support by @OlenaPostindustria in #788
-
Deprecate context methods by @OlenaPostindustria in #794
-
Add
self
nullability check by @OlenaPostindustria in #803 -
Support GMA SDK 10.1.0 by @OlenaPostindustria in #798
-
Support GMA SDK 10.2.0 by @OlenaPostindustria in #800
Demo Application
- Remove stored responses from Demo Apps by @OlenaPostindustria in #791
Full Changelog: 2.0.8...2.0.9
Release 2.0.8
What's Changed
Prebid SDK
- Remove skadn object from Original API bid request by @OlenaPostindustria in #765
- Fix incorrect setup for gppSid field by @OlenaPostindustria in #774
- Remove hb_size from winning bid markers by @OlenaPostindustria in #776
- Support GMA SDK 10.0.0 by @OlenaPostindustria in #779
Demo and Internal apps
- Build InternalTestApp with multiple Info.plist by @OlenaPostindustria in #766
- Update cases for Native Styles integration by @OlenaPostindustria in #771
New Contributors
Full Changelog: 2.0.7...2.0.8
Release 2.0.7
What's Changed
Prebid SDK
- Cleanup original bid requests by @OlenaPostindustria in #750
- Added support to be able to use the cocoapods dependency without having the use_framework flag by @jovencinho in #685
- Fix targeting user keywords by @OlenaPostindustria in #754
Internal Test app
- Internal Test App - do not use any custom configs for the cases for Original API by @OlenaPostindustria in #751
Tests
- Run smoke tests with prebid demo swift for PRs by @MaksPetrukhnoPI in #738
Full Changelog: 2.0.6...2.0.7
Release 2.0.6
What's Changed
- [Demo App] Fix error
Failed to render ad due to request not stubbed
by @OlenaPostindustria in #734 - Improve UX for Demo Apps by @OlenaPostindustria in #737
- Introduce cases for the original API in the Internal Test App by @OlenaPostindustria in #740
- Setup ad unit parameters in internal test app for original api according to the docs by @MaksPetrukhnoPI in #741
- GPP support by @OlenaPostindustria in #736
- Support GMA SDK 9.14.0 by @OlenaPostindustria in #746
Full Changelog: 2.0.5...2.0.6
Release 2.0.5
What's Changed
- Refactor the Swift Demo App by @OlenaPostindustria in #716
- Refactor the ObjectiveC Demo App by @OlenaPostindustria in #720
- Fix bid requests for the Original Interstitial API by @OlenaPostindustria in #724
- Rework GMA SDK version check by @OlenaPostindustria in #725
- Corrections for TCF & CCPA by @OlenaPostindustria in #722
- Format code for the demo app by @YuriyVelichkoPI in #726
- Fix warnings by @OlenaPostindustria in #727
Full Changelog: 2.0.4...2.0.5
Release 2.0.4
What's Changed
- Update README by @OlenaPostindustria in #681
- iOS bundle field should be itunesID by @matrad in #686
- Install issue prioritization workflow by @bretg in #694
- Fix context data structure by @marcelklinek in #688
- Update GMA SDK In PrebidMobileAdMobAdapters and PrebidMobileGAMEventHandlers by @OlenaPostindustria in #696
- Update OM SDK by @OlenaPostindustria in #699
- Add support of the latest GMA SDK in the Original API by @OlenaPostindustria in #700
- Fix instl value setup by @OlenaPostindustria in #703
- Restore InternalTestApp tests by @OlenaPostindustria in #709
Full Changelog: 2.0.3...2.0.4
Release 2.0.3
What's Changed
- Fix Content-Type value check by @OlenaPostindustria in #675
- Fix infinite loop by @OlenaPostindustria in #677
- Fix not clickable video rewarded by @OlenaPostindustria in #679
Full Changelog: 2.0.2...2.0.3
2.0.2
What's Changed
- Add missing xcassets resources import on .podspec by @jovencinho in #671
2.0.1
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