Changelog for the FeedAd iOS SDK

v1.6.0 (2024-03-19)

  • Raised iOS deployment target to 15.0
  • Added support for VAST Ad Icon standard
  • Added support for DSA
  • Added privacy manifest
  • Bug fixes and stability improvements

v1.5.4 (2023-08-14)

  • Bug fixes and stability improvements

v1.5.3 (2023-01-31)

  • Bug fixes and stability improvements

v1.5.2 (2022-11-11)

  • Bug fixes and stability improvements

v1.5.1 (2022-11-04)

  • Bug fixes and stability improvements

v1.5.0 (2022-09-29)

  • Added VPAID support
  • Bug fixes and stability improvements

v1.4.0 (2022-02-23)

  • Raised iOS deployment target to 11.0

v1.3.5 (2022-02-22)

  • Bug fixes and stability improvements

v1.3.4 (2022-02-15)

  • Updated to distribute as a xcframework
  • Added arm64 slice for iOS simulator

v1.3.3 (2022-01-11)

  • Bug fixes and stability improvements

v1.3.2 (2021-05-26)

  • Bug fixes and stability improvements

v1.3.1 (2021-04-12)

  • Bug fixes and stability improvements

v1.3.0 (2021-03-30)

  • Added configuration option FAConfig.waitForConsent to make FeedAd SDK wait for the initialization of a TCF 2.0 CMP
  • Added method +[FAManager sdkVersion] to determine the SDK version during runtime
  • Raised iOS deployment target to 10.0 (possible breaking change)
  • Other bug fixes and stability improvements

See the 1.3 upgrade guide for more information.

v1.2.6 (2021-03-08)

  • Bug fixes and stability improvements

v1.2.5 (2021-02-24)

  • Bug fixes and stability improvements

v1.2.4 (2020-12-03)

  • Bug fixes and stability improvements
  • Removed last references to UIWebView

v1.2.3 (2020-09-07)

  • Bug fixes and stability improvements

v1.2.2 (2020-09-02)

  • Bug fixes and stability improvements

v1.2.1 (2020-08-27)

  • Bug fixes and stability improvements

v1.2.0 (2020-07-16)

  • Added TCF 2.0 support
  • Added nullability specifiers (possible breaking change)
  • Unified error handlers (breaking change)
  • Changed the way FAFeedAd, FAInterstitialAd and FAStandaloneAd are initialized (breaking change)
  • Raised iOS deployment target to 9.0 (possible breaking change)
  • Bug fixes and stability improvements

See the 1.2 upgrade guide for more information on the breaking changes.

v1.1.11 (2020-01-27)

  • Bug fixes and stability improvements

v1.1.10 (2019-11-15)

  • Bug fixes and stability improvements for interstitial and standalone ads

v1.1.9 (2019-11-15)

  • Bug fixes and stability improvements

v1.1.8 (2019-11-14)

  • Improved scaling of responsive ads
  • Bug fixes and stability improvements

v1.1.7 (2019-11-07)

  • Fixed crash or hang when creating ad views with very small sizes
  • Fixed method FAFeedAd.sizeForSuperviewSize: returning CGSize(1.0f, 1.0f) when ad is not loaded or parameter superviewSize is invalid

v1.1.6 (2019-02-14)

  • Public release on cocoapods.org

v1.1.5 (2019-02-11)

  • Added delegate method that notifies about skipped interstitial and standalone ads
  • Added support for customizing the background of interstitial ads
  • Added support for disabling the loading indicator for all ad types
  • Bug fixes and stability improvements

v1.1.4 (2018-10-05)

  • Fixed bugs with handling and reset of audio settings
  • Other bug fixes and stability improvements

v1.1.3 (2018-10-04)

  • Bug fixes and stability improvements

v1.1.2 (2017-12-11)

  • Bug fixes and stability improvements

v1.1.1 (2017-12-01)

  • Fixed ad countdown not being updated in some cases
  • Reverted mediation timeout

v1.1.0 (2017-11-27)

  • Added interstitial ads
  • Added standalone ads
  • Added support for display backfill
  • Fixed background sound being stopped when ads from the FeedAd SDK start playing
  • Other bug fixes and stability improvements
  • Please read the upgrade guide in the feedad docs for all necessary steps to upgrade from v1.0 to v1.1

v1.0.7 (2017-11-06)

  • Fixed error "Bundle only contains bitcode-marker" that may have appeared when archiving an app that uses the SDK

v1.0.6 (2017-11-02)

  • Fixed event tracking when a feed ad loses visibility before it starts to play

v1.0.5 (2017-10-10)

  • Reduced networking resource usage

v1.0.4 (2017-10-05)

  • Added support for multiple instances of FAFeedAd on the same screen
  • It should no longer be necessary to disable "Enable Prefetching" with UICollectionViews

v1.0.3 (2017-09-13)

  • Updated deployment target to iOS 8.0, to add support for iOS versions from 8.0 to 8.4+

v1.0.2 (2017-08-14)

  • Fixed visibility detection possibly getting confused by the status bar

v1.0.1 (2017-08-10)

  • Fixed feed ads starting to play automatically though forbidden by settings
  • FAFeedAdDelegate: Added additional delegate methods that are useful with mediations
    • feedAdDidLogImpression:
    • feedAdWasClicked:
    • feedAdWillLeaveApplication:

v1.0.0 (2017-06-23)

  • Initial release