# Release Notes

### 3.16

<details>

<summary>3.16.3</summary>

2026-05-07

The Swift package manager of this version can be found [here](https://github.com/AddApptr/AATKit/releases).

**Library Updates**

* GraviteRTB to [1.9.6](https://aatkit.gitbook.io/rtbsdk-release-notes)
* GoogleMobileAds to 13.3.0

{% hint style="warning" %}
Google Adaptive banners (anchored) now use Google's `Large` variant. Banner height\
range increased from 15% of device screen height up to 20% (between 50–150dp) to support video demand.\
**If you are using Google adaptive banners verify that you banner slots accommodate the taller layout.**
{% endhint %}

</details>

<details>

<summary>3.16.2</summary>

2026-04-17

The Swift package manager of this version can be found [here](https://github.com/AddApptr/AATKit/releases).

**Library Updates**

* GraviteRTB to [1.9.4](https://aatkit.gitbook.io/rtbsdk-release-notes)
* Moloco to 4.5.1

</details>

<details>

<summary>3.16.1</summary>

2026-04-10

The Swift package manager of this version can be found [here](https://github.com/AddApptr/AATKit/releases).

**New features**

Added support for Vungle Bidding through GraviteRTB, supporting:

* Banner
* Fullscreen
* Rewarded Video

**Fixes**

* Fixed an issue preventing the `AATDFPBiddingValue` class from being exposed to Objective-C.

</details>

<details>

<summary>3.16.0</summary>

2026-03-25

The Swift package manager of this version can be found [here](https://github.com/AddApptr/AATKit/releases).

**New features**

* Introduced client-side header bidding for DFP, enabling custom targeting values to be passed for specific price points. [Read here for more information](https://aatkit.gitbook.io/ios-integration/ad-networks/dfp-client-side-header-bidding).
* Added RTA support for IronSource.
* Added network option for AppNexus(Xandr), allowing to decide how clicks should be handled (within in-app browser or in system browser) - see [here for details](https://aatkit.gitbook.io/ios-integration/ad-networks/appnexus-xandr).
* Ad network dependencies are now set to use ranges rather than fixed versions. It means that for each build it will automatically try to get the latest patch of given network SDK, for example Unity dependency is now defined as `spec.dependency 'UnityAds', '~> 4.16.5'`&#x20;
* Shake debug new features:
  * Added the app version to the home screen.
  * Added display of network SDK versions
  * Added display of configured banner placement sizes.

**Changes**

* Limited the [retryInterval](https://ios-sdk.aatkit.com/references/documentation/aatkit/aatbannercacheconfiguration/retryinterval) value in [BannerCache](https://aatkit.gitbook.io/ios-integration/formats/banner/banner-cache) to a maximum of 40 seconds. Any higher value will be automatically reduced to 40 seconds.

**Deprecations**

* Deprecated the [rule skipping feature](https://aatkit.gitbook.io/ios-integration/start/consent/general-handling#rule-skipping).

**Fixes**

* Fixed an issue where console logs were not visible on iOS 26.
* Fixed potential issues with missing resources for the AppNexus(Xandr) network when integrated via SPM.

**Library Updates**

* AmazonHB to 5.3.3
* AppLovin to 13.4.0
* AppNexus to 9.10.0
* GoogleMobileAds to 12.13.0
* Google CMP (User Messaging Platform) to 3.1.0
* FacebookAds to 6.21.0.0
* Mintegral to 8.0.5
* Unity to 4.16.5
* Teads to 6.0.5
* Vungle to 7.6.3
* Tappx 4.2.12
* Kidoz to 10.1.3
* AppHarbr to 1.29.1
* UTIQ 0.1.76
* Moloco to 4.2.0
* SourcePoint CMP to 7.12.9
* Prebid to 3.2.0
* PubNative to 3.7.1
* display.io to 4.4.6
* InMobi to 11.1.1
* IronSource to 9.3.0

</details>

### 3.15

<details>

<summary>3.15.3</summary>

2026-02-13

The Swift package manager of this version can be found [here](https://github.com/AddApptr/AATKit/releases).

**Changes**

* Updated Xandr (AppNexus) click handling to open ads in a system browser.

**Fixes**

* Optimized requested banner sizes for Xandr (AppNexus)  to improve performance.
* Fixed banner size for Moloco MERC ads.

</details>

<details>

<summary>3.15.2</summary>

2025-12-12

The Swift package manager of this version can be found [here](https://github.com/AddApptr/AATKit/releases).

**Fixes**

* Fixed an issue preventing the Tappx banner from being displayed.

**Library Updates**

* GraviteRTB to [1.9.1](https://aatkit.gitbook.io/rtbsdk-release-notes/ios/release-notes-1)

</details>

<details>

<summary>3.15.1</summary>

2025-11-27

The Swift package manager of this version can be found [here](https://github.com/AddApptr/AATKit/releases).

**Changes**

* Set Moloco Bidding as the default dependency.

**Fixes**

* Fixed an issue causing app crashes related to Prebid when using the SPM package.

</details>

<details>

<summary>3.15.0</summary>

2025-11-20

The Swift package manager of this version can be found [here](https://github.com/AddApptr/AATKit/releases).

**Changes**

* Migrated to a lightweight SPM repository. Please make sure to use the new [URL](https://github.com/AddApptr/AATKit/releases).

**New Features**

* Increased the minimum supported iOS version to **13.0**.
* AppOpen is now a separate format with separate statistics on the Gravite dashboard.
* Fullscreen and banner caches now dynamically respond to frequency cap changes when new rules are downloaded.
* Added a self-adjusting mechanism for banner cache size optimization.
  * To use the new mechanism, initialise `AATBannerCacheConfiguration` without passing a fixed size and use it to create the banner cache:
  * ```
    let configuration = AATBannerCacheConfiguration(placementName: "<PLACEMENT_NAME>")
    let bannerCache = AATSDK.createBannerCache(configuration: configuration)
    ```
* Display bidder ad networks with real names instead of *GraviteRTB in the shake debug screen*.
* Reduced the minimum auto-reload interval for banner and sticky banner placements to 10 seconds.
* Introduced the new API for fullscreen and rewarded video placements to allow forced ad reloads when needed:
  * `func reload(forceLoad: Bool) -> Bool`
* Fullscreen and rewarded video placements now trigger the `aatHaveAd(:)` delegate method if an ad is already loaded when calling `startAutoReload()`.
* Pass the app bundle ID with Meta signals to the bidding request.
* Added support for Moloco bidding v4.0.0 through GraviteRTB, supporting:
  * Banner
  * Fullscreen
  * Rewarded Video
* Updated the ad networks stop list to include only Ogury and AmazonHB when no consent is granted.
* Integrated new display.io ad formats:
  * Interstitial
  * Rewarded Video

**Fixes**

* Fixed an issue with handling the placement frequency cap when the app returns from the background.
* Fixed an issue with DisplayIO interscroller ads.
* Fixed an issue with Tappx SDK integration that caused all ad requests to be ignored.
* Fixed AmazonHB default value for price.

**Library Updates**

* GraviteRTB to [1.9.0](https://aatkit.gitbook.io/rtbsdk-release-notes)
* GoogleMobileAds to 12.13.0
* GoogleMobileAdsMediationFacebook to 6.20.1.0
* FBAudienceNetwork to 6.20.1
* Amazon to 5.3.1
* AppLovin to 13.4.0
* AppNexus to 9.9.0
* InMobi to 10.8.8
* Mintegral to 7.7.9
* OgurySdk to 5.1.1
* UnityAds to 4.16.2
* Teads to 5.5.2
* VungleAds to 7.5.3
* IronSource to 8.11.0
* Tappx to 4.2.5
* SourcePoint to 7.12.5
* SuperAwesome to 9.4.0
* Kidoz to 10.1.0
* AppHarbr to 1.26.1
* Moloco to 3.13.0
* DisplayIO to 4.4.4
* Pubnative to 3.6.1
* Prebid to 3.1.0

</details>

### 3.14

<details>

<summary>3.14.5</summary>

2025-11-13

The Swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Fixes**

* Fixed AmazonHB default value for price.

</details>

<details>

<summary>3.14.4</summary>

2025-10-22

The Swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Changes**

* Pass the app bundle ID with Meta signals to the bidding request.

**Library Updates**

* Gravite [RTBSDK](https://aatkit.gitbook.io/rtbsdk-release-notes) to 1.8.1

</details>

<details>

<summary>3.14.3</summary>

2025-10-14

The Swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Fixes**

* Fixed an issue with Tappx SDK integration that caused all ad requests to be ignored.

</details>

<details>

<summary>3.14.2</summary>

2025-10-09

The Swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Fixes**

* Fixed an issue with DisplayIO interscroller ads.

**Library Updates**

* Update DisplayIO SDK to 4.4.4

</details>

<details>

<summary>3.14.1</summary>

2025-09-23

The Swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Fixes**

* Fixed an issue with placement frequency cap handling when the app returns from the background.

</details>

<details>

<summary>3.14.0</summary>

2025-08-12

The Swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**New Features**

* Integrate the [UTIQ SDK](https://docs.utiq.com/docs/ios-sdk) to support privacy-first user identification. To integrate it, please follow [this guide](https://aatkit.gitbook.io/ios-integration/advanced/targeting/utiq)
* Implement automatic generation of [publisher-provided IDs (PPID)](https://aatkit.gitbook.io/ios-integration/advanced/targeting/publisher-provided-ids-ppid-automation). This improves tracking&#x20;
* Implement a dynamic reload interval for failed waterfall attempts in the banner cache. For each consecutive failure, progressively increase the retry interval to reduce request frequency and minimise device strain.
* Implement [the Global Placement ID](https://partner.thetradedesk.com/v3/portal/ssp/doc/InventoryBestPractices#gpid) (GPID), a consistent identifier used to uniquely track and identify individual ad placements. For more information, please see [GPID Integration guide](https://aatkit.gitbook.io/ios-integration/advanced/targeting/global-placement-id-gpid).
* Added support for [Meta Bidding](https://aatkit.gitbook.io/ios-integration/ad-networks/meta-bidding) through GraviteRTB, supporting:
  * Banner
  * Fullscreen
  * Rewarded Video
* Added support for Rewarded Video to `AATGooglePartnerBidding`

**Deprecations**

* `AATStickyBannerPlacement` is deprecated and will be removed in a future release. Please use `AATAutoLoadBannerPlacement` as its replacement.
* `AATMultiSizeBannerPlacement` is deprecated and will be removed in a future release. Please use `AATAutoLoadMultiSizeBannerPlacement` as its replacement.
* &#x20;**`AATConfiguration.initialRules`**&#x69;s deprecated and will be removed in a future release

**Removed Libraries**

* Criteo SDK
* Smaato

**Library Updates**

* GraviteRTB to [1.8.0](https://aatkit.gitbook.io/rtbsdk-release-notes)
* GoogleMobileAds to 12.7.0
* GoogleMobileAdsMediationFacebook to 6.20.1.0
* Amazon to 5.3.0
* AppLovin to 13.3.1
* AppNexus to 9.6.0
* UnityAds to 4.15.1
* Teads to 5.5.1
* Vungle to 7.5.2
* Prebid to 3.0.2
* IronSource to 8.10.0
* SourcePoint to 7.11.0
* Tappx to 4.2.4
* AppConsent (SFBX) to 4.9.0
* Kidoz to 10.0.3
* AppHarbr to 1.24.1
* DisplayIO to 4.4.2

</details>

### 3.13

<details>

<summary>3.13.1</summary>

2025-07-31

The Swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Library Updates**

* Facebook to 6.20.1.0

</details>

<details>

<summary>3.13.0</summary>

2025-06-26

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**New Features**

* Introduced handling of Xandr (AppNexus) memberId:inventoryCode type of ad keys.
* Introduced support for GraviteRTB Rewarded Video ads format.
* Introduced new API in `AATBannerRequest` allowing to perform dynamic ad key replacement for infeed banner ads. For more information, please check [Network-Key Replacement](https://aatkit.gitbook.io/ios-integration/advanced/network-key-replacement) documentation.
  * This feature is only intended for very specific use cases. Please contact your Account Manager before using it.

**Improvements**

* Improved Impression tracking for banners.
* Redesigned the content layout of the shake-debug email for better readability.
* Added new configuration options to `AATDebugScreenConfiguration` for enhanced control over the debug screen:
  * `showDebugLogsToggle`: Toggles the display of debug logs. *(Default: true)*
  * `showDeviceFilteredRulesToggle`: Toggles the display of device-filtered rules. *(Default: true)*
  * `showCloseButton`: Toggles the display of the close button. *(Default: false)*
* Prebid is now included as a default ad network.

**Fixes**

* Fixed an issue with Ogury Drivers to correctly parse network keys that begin with a specific format.
* Fixed an issue where InMobi banners auto-refresh was enabled.
* Fixed a minor issue with viewability measurements.

**Removed Libraries**

* AppLovinMAX has been removed.

**Library Updates**

* GraviteRTB to [1.7.0](https://aatkit.gitbook.io/rtbsdk-release-notes#id-1.7.0)
* GoogleMobileAds to 12.4.0
* InMobi to 10.8.3
* MintegralSDK to 7.7.8
* OgurySdk to 5.0.2
* UnityAds to 4.14.2
* IronSource to 8.8.0
* Tappx to 4.2.1
* AppHarbr to 1.21.1
* DisplayIO (optional) to 4.3.7
* Pubnative to 3.6.0
* SmartAd (Equativ) to 8.5.0

</details>

### 3.12

<details>

<summary>3.12.7</summary>

2025-06-03

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Fixes**

* Fixed an issue where InMobi banners auto-refresh was enabled.

</details>

<details>

<summary>3.12.6</summary>

2025-05-02

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Fixes**

* Fixed an issue where non-IAB vendors were not properly handled when the user clicks "Reject All".

</details>

<details>

<summary>3.12.5</summary>

2025-04-30

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Library Updates**

* Gravite RTBSDK to [1.6.3](https://aatkit.gitbook.io/rtbsdk-release-notes)
* Vungle to 7.5.0

</details>

<details>

<summary>3.12.4</summary>

2025-04-16

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Improvements**

* Enhanced default consent behavior: When no AAT Consent is provided, the SDK now automatically reads non-IAB vendors consent from UserDefaults.

**Fixes**

* Resolved an issue with asynchronous [in-feed banner placement](https://aatkit.gitbook.io/ios-integration/formats/banner/asynchronous-infeed-banner) that occurred when reusing the same `AATBannerRequest`instance for multiple banner requests.
* Resolved an issue with handling the non-IAB vendors consent.

**Library Updates**

* AppHarbr to 1.21.0

</details>

<details>

<summary>3.12.3</summary>

2025-03-31

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Changes**

* Updated the minimum supported Xcode version to 16.0

**Library Updates**

* Gravite RTBSDK to [1.6.2](https://aatkit.gitbook.io/rtbsdk-release-notes)
* GoogleMobileAds to 12.2.0
* GoogleUserMessagingPlatform to 3.0.0
* GoogleMobileAdsMediationFacebook to 6.17.1.0
* Vungle to 7.4.5
* AppLovin to 13.2.0
* Smaato to 22.9.3
* YOC to 4.1.6
* Tappx to 4.2.0
* FeedAd (optional) to 1.7.0
* Prebid (optional) to 2.5.0
* IronSource (optional) to 8.7.0
* AppNexus (optional) to 9.5.0
* AppConsent (SFBX) (optional) to 4.9.2
* DisplayIO (optional) to 4.3.4
* Kidoz (optional) to 9.2.0
* SourcePoint (optional) to 7.7.7
* TeadsSDK (optional) to 5.2.0

</details>

<details>

<summary>3.12.2</summary>

2025-03-31

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Library Updates**

* GraviteRTB to [1.6.1](https://aatkit.gitbook.io/rtbsdk-release-notes) (This new version resolves an issue with loading Gravite fullscreen ads).

</details>

<details>

<summary>3.12.1</summary>

2025-03-25

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Fixes**

* Resolved an issue with Google Bidding that prevented interstitial ads from loading correctly.

</details>

<details>

<summary>3.12.0</summary>

2025-03-11

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Improvements**

* Provide user targeting API and pass it to ad networks.
  * `@objc public static func setUserTargeting(userTargeting: AATUserTargeting)`
  * **Usage**: `AATSDK.setUserTargeting(userTargeting: .init(userId: "<USER_ID>", gender: <GENDER>, yearOfBirth: <YearOfBirth>, keywords: ["<KW1>", "<KW2>"]))`
  * Therefore, the following API has been removed:
    * `public static func setPublisherProvidedId(_ publisherProvidedId: String)`
* If no AAT Consent is used/provided, will provide default consent implementation based on TCF Or CCPA strings if available
* Improve consent handling for non-IAB networks in non-EU countries when `AATManagedConsent` is used.

**New Libraries**

* Implemented Display.IO ad network, which includes Interscroller, Classic banners (320x50, 300x250) and inline banners. Display.IO is optional. To add it, include the following line in your Podfile:
  * `pod 'AATKit/DisplayIO'`

**Library Updates**

* GraviteRTB to [1.6.0](https://aatkit.gitbook.io/rtbsdk-release-notes#id-1.6.0)

**Removed Libraries**

* Rubicon

</details>

### 3.11

<details>

<summary>3.11.4</summary>

2025-02-25

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Library Updates**

* Pubnative to 3.2.0

</details>

<details>

<summary>3.11.3</summary>

2025-01-24

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Library Updates**

* AppNexus to 9.2.1

</details>

<details>

<summary>3.11.2</summary>

2025-01-21

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Improvements**

* Show the creative ID on the shake debug screen for ad networks that provide a creative ID.

**Fixes**

* Fixed an issue with fullscreen ads where the view controller was not correctly passed.

</details>

<details>

<summary>3.11.1</summary>

2025-01-02

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Fixes**

* Fixed an issue with the ILRD (impression delegate) where impressions from Google AdMob Bidding were not being reported as expected.

</details>

<details>

<summary>3.11.0</summary>

2024-12-17

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**New Features**

* Implemented a new hybrid RTB/Mayo auction.
* Banner Creative History is now accessible on the debug-shake screen and can be shared using the "Share" button.
* Display the Creative ID of GraviteRTB ads in the shake debug screen.

**Improvements**

* Rework Vungle Banner integration using the new APIs.
* Log the application's SKAdNetwork IDs.
* Add timestamp to AATKit reporting parameters.

**Fixes**

* Fixed an issue with impression delegate (ILRD) reporting for DFP Direct and SmartAd Direct.

**Library Updates**

* GraviteRTB to [1.5.0](https://aatkit.gitbook.io/rtbsdk-release-notes#id-1.5)
* AmazonHB to 4.10.1
* SmartAd to 7.24.2
* UnityAds to 4.12.4
* TeadsSDK to 5.1.6
* Prebid to 2.3.0
* SourcePoint to 7.7.2
* Tappx to 4.1.11
* GoogleMobileAds to 11.12.0
* GoogleUserMessagingPlatform to 2.7.0
* AppLovinSDK to 13.0.1
* AppNexusSDK to 9.2.0
* InMobiSDK to 10.8.0
* MintegralSDK to 7.7.3
* OgurySdk to 5.0.1
* PubNative to 3.1.3
* Smaato to 22.9.1
* AppHarbr to 1.19.0

</details>

### 3.10

<details>

<summary>3.10.8</summary>

2024-11-14

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

Fixes&#x20;

* Remove CMPs from the default dependencies (SPM Only)
  * To add a CMP to your project, include the specific CMP dependency you need.
* Aligned list of default dependencies in SPM with cocoapods distribution

**Library Updates**

* Updated RTBSDK to v1.4.6

</details>

<details>

<summary>3.10.7</summary>

2024-11-07

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Library Updates**

* Updated RTBSDK to v1.4.5

</details>

<details>

<summary>3.10.6</summary>

2024-10-28

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Library Updates**

* Updated RTBSDK to v1.4.4 (Improved OMID handling).

</details>

<details>

<summary>3.10.5</summary>

2024-10-14

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Library Updates**

* Updated RTBSDK to v1.4.3 (fixed an issue with MRAID click handling).
* Updated AppNexus to v9.1.0.
* Updated AppLovin to v13.0.0.
* Updated Ogury to v4.4.2 (updated OMSDK to support Xcode 16).
* Updated Smaato to v22.9.0 (updated OMSDK to support Xcode 16).
* Updated Pubnative to v3.1.1 (updated OMSDK to support Xcode 16).

</details>

<details>

<summary>3.10.4</summary>

2024-10-07

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**Library Updates**

* Pubnative to 3.1.0

</details>

<details>

<summary>3.10.3</summary>

2024-10-02

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes

* Fix an issue where the shake-debug screen could be presented multiple times.
* Fix an issue where Mintegral Rewarded video wasn't working in some scenarios.
* Added [`AATAdInfo`](https://aatkit.gitbook.io/ios-integration/other/reference/classes/aatadinfo) object containing information about pricing to [RewardedAd](https://aatkit.gitbook.io/ios-integration/formats/rewarded-video#a-d-info)

**Library Updates**

* GraviteRTB to 1.4.2

</details>

<details>

<summary>3.10.2</summary>

2024-09-18

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes

* Fixed an issue with fullscreen ads that was interrupting the ad loading process.

</details>

<details>

<summary>3.10.1</summary>

2024-09-17

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes

* Fixed an issue with banner placements history where the class properties were not exposed to Objective-C.

</details>

<details>

<summary>3.10.0</summary>

2024-09-12

#### Improvements

* Added support for ad quality management in fullscreen and rewarded video formats using AppHarbr v1.16.0. To implement AdQuality, please follow the [integration guide](https://aatkit.gitbook.io/ios-integration/advanced/ad-quality).
* Added support for GraviteRTB native ads format.
* Added support for Vungle AppOpen ads format.
* Added [`AATAdInfo`](https://aatkit.gitbook.io/ios-integration/other/reference/classes/aatadinfo) object containing information about pricing across multiple ad formats, including [Fullscreen](https://aatkit.gitbook.io/ios-integration/formats/fullscreen-interstitial#a-d-info), [Rewarded](https://aatkit.gitbook.io/ios-integration/formats/rewarded-video#a-d-info), [Native Ads](https://aatkit.gitbook.io/ios-integration/formats/native-ad/basic-integration#a-d-info), and [Infeed Banners](https://aatkit.gitbook.io/ios-integration/formats/banner/infeed-banner#a-d-info).
* Implemented a completely new shake debug screen using SwiftUI for iOS 15+. Older versions will display the previous shake debug screen.
  * **Creative Timestamp** Added the creative timestamp to the placement-loaded ads screen.
  * **Shake Debug Info Sharing** You can now share a summary of the shake debug information via email using the share button in the new shake debug screen.
* Introduced a [new API](https://aatkit.gitbook.io/ios-integration/advanced/creatives-history) for retrieving creative history across all banner formats.
* Added support for passing the user ID to ad networks for [server-side verification](https://aatkit.gitbook.io/ios-integration/formats/rewarded-video/server-side-verification-ssv) of rewarded videos.

**Removed Ad Networks**

* Bluestack

**Library Updates**

* GraviteRTB to 1.4.0
* Update GMA to 11.8.0
* Update GoogleMobileAdsMediationFacebook to 6.15.2.0
* Update AppLovinSDK to 12.6.1
* Update AppNexusSDK to 9.0.0
  * AppNexus is now an optional ad network. To include it add the following line to your Podfile:
    * `pod 'AATKit/AppNexus'`
* Update AmazonPublisherServicesSDK to 4.9.7
* Update InMobiSDK to 10.7.5
* Update MintegralAdSDK to 7.7.1
* Update Pubnative to 3.0.4
* Update UnityAds to 4.12.2
* Update VungleAds to 7.4.0
* Update IronSourceSDK to 8.3.0.0
* Update SourcePoint (ConsentViewController) to 7.7.1
* Update TappxSDK to 4.1.8
* Update SuperAwesome to 9.4.0
* Update KidozSDK to 9.1.5

</details>

### 3.9

<details>

<summary>3.9.2</summary>

2024-09-04

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Library Updates

* GraviteRTB to 1.3.5, fixing Google Bidding behaviour for banner ads.

</details>

<details>

<summary>3.9.0</summary>

2024-07-19

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

Note: AATKit now requires apps to build with Xcode 15.3 or above.

#### API Changes

* The `AATImpression` object returned by `AATImpressionDelegate` has been updated as follows:
  * The `mediationType`, `price`, `currencyCode`, and `precision` fields have been removed.
  * A new field, `priceInfo` of type `AATPriceInfo`, has been added. This field includes the following information:
    * price, currency and precision type

#### Improvements

* The `AATAdMobDSPAdapter` has been renamed to `AATGooglePartnerBidding`.:
  * If you are not using AATKit's default ad networks, add the following line to your Podfile: `pod 'AATKit/AATGooglePartnerBidding'`.
* Enhanced the internal loading logic in AATKit to report failures instead of issuing warning logs when the ViewController is unavailable.
  * The above enhancement fixed a bug in the AATAdMobMediationAdapter where failures were not reported immediately, previously being reported as timeout failures.
* Enhanced the shake debug screen to include the following details:
  * Type of the placement.
  * Active frequency capping settings.
  * Banner auto-reload intervals.
  * Initial delay and remaining time.
  * Display of the bidder (DSP name) for the GraviteRTB marketplace.
* Introduced a network option to enforce the RTBSDK close button for MRAID fullscreen ads.
  * Note: If the MRAID creative already includes a close button and `forceCloseButtonForMraid` is set to true, the MRAID creative will display two close buttons.

```swift
let conf = AATConfiguration()
...
let graviteRTBOptions = AATGraviteRTBOptions(forceCloseButtonForMraid: false)
conf.adNetworksOptions = .init(appNexusOptions: nil,
                               feedAdOptions: nil,
                               adMobOptions: nil,
                               dfpOptions: nil,
                               datonomyOptions: nil,
                               superAwesomeOptions: nil,
                               graviteRTBOptions: graviteRTBOptions)
...
AATSDK.initAATKit(with: conf)
```

* The `AATImpressionDelegate` now delivers precise price information for all mediation types, for ad networks that support pricing data.

#### Libraries Updates

* GraviteRTB to 1.3.3
* AppLovin to 12.5.0
* AppNexus to 8.11.3
* Amazon to 4.9.6
* AppConsent to 4.9.0
* Criteo to 6.1.2
* Datonomy to 1.0.0
* Facebook to 6.15.1.0
* InMobi to 10.7.4
* MintegralSDK to 7.6.7
* OgurySdk to 4.4.0
* GoogleMobileAds to 11.6.0
* GoogleUserMessagingPlatform to 2.5.0
* Prebid to 2.2.3
* Pubnative to 3.0.3
* Smaato to 22.8.4
* SmartAd to 7.24.1
* UnityAds to 4.12.0
* TeadsSDK to 5.1.3
* Tappx to 4.1.4
* Vungle to 7.3.2
* IronSource to 8.1.1
* SuperAwesome to 9.3.5
* SourcePoint to 7.6.10
* Kidoz to 9.1.3

#### New Libraries

* Implemented Kidoz ad network version 9.1.3, which includes banners, fullscreen ads, and rewarded videos. Kidoz is optional. To add it, include the following line in your Podfile:
  * `pod 'AATKit/Kidoz'`
* Integrated the new CMP: SFBX (AppConsent) version 4.9.0. To add it, include the following line in your Podfile: `pod 'AATKit/AppConsentCMP'`

  * Usage:

  ```swift
  import AATAppConsentAdapter

  ....
  let configuration = AATConfiguration()
  let cmp = AATCMPAppConsent(appKey: "<APP_KEY>", forceGDPR: true, fullscreen: true)
  consent = AATManagedConsent(cmp: cmp, delegate: self)
  // other AATKitConfigurations
  AATSDK.initAATKit(with: configuration)
  ```

</details>

### 3.8

<details>

<summary>3.8.7</summary>

2024-06-19

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes

* Fixed an issue with the sticky banner placement (AATStickyBannerPlacement) where auto-reloading did not continue if `AATSDK.controllerViewWillDisappear()` was called twice.

</details>

<details>

<summary>3.8.6</summary>

2024-05-28

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes

* Fixed issues with XCFrameworks caused by missing values in the Info.plist file.

#### Updates

* Update IronSource to 8.1.0.
* Update Tappx to 4.1.1.

</details>

<details>

<summary>3.8.5 (Swift Package Manager only)</summary>

2024-05-27

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.8.5).

Fixes

* Fixed an issue with Google Bidding within the Swift Package Manager (SPM) release.

</details>

<details>

<summary>3.8.4</summary>

2024-05-21

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes

* Fixed an issue with AmazonHB fullscreen where impressions and viewable impressions were not counted.

</details>

<details>

<summary>3.8.3</summary>

2024-05-14

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Updates

**Note:** As mentioned in their release notes, the following ad networks should no longer block publishing apps to the AppStore

* Update YOC to 4.1.5.
* Update SuperAwesome to 9.3.4.

</details>

<details>

<summary>3.8.2</summary>

2024-05-02

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Updates

Note: The following updates add the [Apple Privacy Manifest](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) file. They are now default ad networks.

* Update Criteo to 6.1.0.
* Update SmartAd to 7.23.4.
* Update Tappx to 4.1.0.

</details>

<details>

<summary>3.8.1</summary>

2024-04-26

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes

* Fixed an issue with the Swift Package Manager where not all ad networks were updated.

#### Update

* Update GoogleUserMessagingPlatform to 2.4.0.

</details>

<details>

<summary>3.8.0</summary>

2024-04-25

**Note:** The following ad networks haven't yet added the [Apple Privacy Manifest](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) file and will be optional dependencies for AATKit to avoid blocking publishing apps on the AppStore:

* Criteo&#x20;
* Prebid
* Tappx
* Bluestack
* Datonomy

#### Library Updates

* AppLovin to 12.4.1
* AppNexus to 8.11.1
* Amazon to 4.9.2
* Criteo to 6.0.0
* FeedAd to 1.6.0
* Facebook to 6.15.0.0
* InMobi to 10.7.1
* MintegralAdSDK to 7.6.3
* OgurySdk to 4.2.3
* GoogleMobileAds to 11.3.0
* GoogleUserMessagingPlatform to 2.3.0
* GraviteRTB to 1.1.0
* MintegralSDK to 7.6.3
* Pubnative to 3.0.0
* Smaato to 22.8.2
* UnityAds to 4.10.0
* TeadsSDK to 5.1.2
* Vungle to 7.3.1
* IronSource to 8.0.0
* SuperAwesome to 9.3.3
* SourcePoint to 7.6.5
* AppNexus to 8.11.2
* &#x20;YOC to 4.1.4
* Smart-Display-SDK to 7.23.3

#### Improvements

* Add Xcode 15 support.
* Updated the minimum deployment target to iOS 12.
* Added support for [privacy manifest files](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files?language=swift).
* Added "initial rules" feature, where placement can be set to use a subset of ad rules for the first load. This is intended to allow the placement's first load to happen faster.
* Changing the consent state will now trigger rule download - to pick the optimal set of rules for the given consent setting.
* Early initialise of GoogleMobileAds.
* AdmobMediationAdapter: allow all banner sizes as a fallback in case no supported size is provided.

#### Fixes

* Fixed an issue where SuperAwesome empty ads were not reported as failures.

</details>

### 3.7

<details>

<summary>3.7.8</summary>

2024-04-30

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.7.8).

#### Improvements

* AdmobMediationAdapter: allow all banner sizes as a fallback in case no supported size is provided.

</details>

<details>

<summary>3.7.6</summary>

2024-04-11

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes

* Fixed a crash with AATAdMobMediationAdapter.

</details>

<details>

<summary>3.7.5</summary>

2024-04-05

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Changes

* Update GraviteRTB to v1.0.3 which fixes an issue with the child-directed handling (COPPA).

</details>

<details>

<summary>3.7.4</summary>

2024-04-03

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Changes

* Integrate AppNexus (Xandr) v8.10.2 using Cocoapods instead of manual integration to fix the inaccessible resources issue.

</details>

<details>

<summary>3.7.3</summary>

2024-03-28

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes

* Fixed a crash when applying A/B placements testing if the placements are configured without shares.
* Fixed an IronSource issue where load failure was always reported as a timeout failure.

</details>

<details>

<summary>3.7.2</summary>

2024-03-08

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### API Changes

* Introduce the new CMP reshow feature in case of consent rejection.
  * A new API is available for the `AATManagedConsent`&#x20;
    * `public func showIfNeededOrRejected(daysAgo: Int, viewController: UIViewController)`
  * Usage: `consent?.showIfNeededOrRejected(daysAgo: 1, viewController: controller)` where consent is an instance of `AATManagedConsent`.
  * If you would like to periodically ask again users who rejected consent, simply replace your old `showIfNeeded` calls with the new method. Read more [here](https://aatkit.gitbook.io/ios-integration/start/consent/managed-consent#re-asking-for-consent-if-rejected).
* Introduce a new API for all placements for passing multi-content targeting URLs called `multiContentTargetingUrls`.
  * Not all ad networks support multi-content targeting URLs (Currently only Google).
  * The multi-content targeting URLs would override the single one.
  * Usage: `placement.multiContentTargetingUrls = ["URL1", "URL2"]`
  * Usage for InfeedBannerPlacement: `bannerRequest.multiContentTargetingUrls = ["URL1", "URL2"]`

#### Fixes

* Fixed an issue where the tablet banner size `banner728x90` was not being requested properly.

</details>

<details>

<summary>3.7.1</summary>

2024-03-06

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Changes

* Downgrade Pubnative (Verve) to v2.20.0.

</details>

<details>

<summary>3.7.0</summary>

2024-03-04

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Changes

* Fixed SourcePoint edit consent was not working properly.
* Fixed an issue where IDFA was not viewable in dark mode in the shake debug ViewController.
* Fixed Rendering of Google banners when the source is DFP/Prebid.

#### Library Updates

* GraviteRTB to 1.1.0-beta1&#x20;
* Pubnative to v2.21.1

#### New Ad Networks

* Google Partner Bidding supporting banner and fullscreen formats.
  * Google Partner Bidding is a default ad network. If you are not using the default AATKit ad networks, you can include Google Partner Bidding by adding this line to your Podfile: `pod 'AATKit/AATAdMobDSPAdapter'`.

</details>

### 3.6

<details>

<summary>3.6.0</summary>

2024-02-27

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### New Ad Networks

* Integrate the new ad network IronSourceNew using multiple instances (Banners / Interstitial / Rewarded Videos).
  * Version 7.7.0.0.

#### Removed Ad Networks

* Remove the old IronSource integration (Interstitial / Rewarded Videos).

#### Changes

* Remove Pubnative offset options for interstitial and rewarded video formats.
  * Remove the deprecated `AATPubNativeOptions` from `AATAdNetworksOptions`.

#### Library Updates

* AmazonPublisherServicesSDK to 4.7.8
* AppLovinSDK to 12.1.0
* AppNexus to 8.10.2
* GoogleMobileAdsMediationFacebook to 6.14.0.0
* Smaato to 22.6.1
* MintegralAds to 7.5.6
* SmartAd to 7.23.
* UnityAds to 4.9.2
* TeadsSDK to 5.1.0
* VungleAds to 7.2.2
* Tappx to 4.0.10
* SuperAwesome to 9.3.1
* prebid to 2.2.0
* GraviteRTB to 1.0.0-beta11

</details>

### 3.5

<details>

<summary>3.5.3</summary>

2024-02-02

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes

* Fixed an issue that blocks publishing apps to the AppStore due to the `UIwebView` usage in the GraviteRTB SDK.

#### Library Updates

* GraviteRTB SDK to v1.0.0-beta7

</details>

<details>

<summary>3.5.2</summary>

2024-01-18

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes

* Fixed an issue where SuperAwesome network options were not exposed to Objective-C.

</details>

<details>

<summary>3.5.1</summary>

2024-01-17

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### New Ad Networks

* Integrate the new Ad Network SuperAwesome, supporting banner, fullscreen and rewarded video ads.
  * SuperAwesome is an optional ad network. To add it, add this line to your Podfile: `pod AATKit/SuperAwesome`.

#### Library Updates

* GraviteRTB SDK to 1.0.0-beta4.

#### Other Changes

* Remove AdColony ad network.
* Removed deprecated CMPOgury.
* Improve SDK initialisation logs to contain info about the used consent.

</details>

### 3.4

<details>

<summary>3.4.3</summary>

2023-12-29

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.4.3).

#### Fixes

* Fixed an issue where the consent value wasn't passed properly while requesting the rule&#x73;**.**
* Avoid showing the shake debug screen with every shake if it's already presented.

</details>

<details>

<summary>3.4.2</summary>

2023-12-18

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.4.2).

#### Library Updates

* Mintegral SDK to 7.5.3. **As Mintegral is now TCF-compliant, make sure it is included in your CMP configurations.**

</details>

<details>

<summary>3.4.1</summary>

2023-12-08

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.4.1).

#### Fixes

* Observe the CCPA consent string in UserDefaults even if the managed consent is used.
* Expose `AATCollapsibleBannerOptions` to Objective-C.
* Expose `AATAsyncInfeedBannerPlacement` to Objective-C.
* Expose `AATAsyncNativeAdPlacement` to Objective-C.
* Change Tappx to be a default ad network.

</details>

<details>

<summary>3.4.0</summary>

2023-12-04

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.4.0).

#### API Changes

* **\[Important]** AATKit will not use the info.plist configurations anymore. Instead, you can use the new [AATAdNetworkOptions](https://aatkit.gitbook.io/ios-integration/other/reference/classes/aatadnetworksoptions) object while initialising AATKit. Please see [Ad Networks](https://aatkit.gitbook.io/ios-integration/ad-networks) section.
* Deprecate Ogury CMP. It will no longer be supported starting AATKit version 3.5.
* Introduce a new public API `func isConsentOptIn() -> Bool` to check if consent is OptIn or not. For more information, please check [consent documentation](https://aatkit.gitbook.io/ios-integration/start/consent/general-handling#retrieve-consent-status).
* Introduce a new public API `func getDebugInfoObject() -> AATDebugInfo?` for obtaining the debug information that will be presented if the shake debug screen is enabled. For more information, please check the [shake debug documentation](https://aatkit.gitbook.io/ios-integration/advanced/shake-debug#retrieve-debug-info).
* Introduce a new BannerCache delegate called `AATBannerCacheStatusDelegate` representing the cache status. For more information, see [banner cache documentation](https://aatkit.gitbook.io/ios-integration/formats/banner/banner-cache#cache-status-delegate).
* Setting the banner cache retry intervals to the `AATBannerCacheConfiguration` instead of the info.plist. For more information, see the [banner cache documentation](https://aatkit.gitbook.io/ios-integration/formats/banner/banner-cache#banner-cache-configuration).
* Publishers can pass the collapsible banner options ([AATCollapsibleBannerOptions](https://aatkit.gitbook.io/ios-integration/other/reference/classes/aatcollapsiblebanneroptions)) to all banner placements instead of using the info.plist.
* Remove the deprecated method `AATSDK.setInitialRules(:)`. Please use `AATConfiguration.initialRules` instead.
* Remove the deprecated method `setRuleCachingEnabled(:)`. Please use `AATConfiguration.shouldCacheRules` instead.
* Deprecate [AATPubNativeOptions](https://aatkit.gitbook.io/ios-integration/other/reference/classes/aatadnetworksoptions/aatpubnativeoptions) for setting the Pubnative offset options. They will no longer be supported by HyBid SDK v3.0.

#### Improvements

* Add CCPA support. For more information, see our [CCPA documentation](https://aatkit.gitbook.io/ios-integration/start/consent/general-handling#ccpa-handling).
* Allow passing max height of inline adaptive Google banners (GAM and AdMob) using the [`AATAdNetworksOptions`](https://aatkit.gitbook.io/ios-integration/other/reference/classes/aatadnetworksoptions) passing [`AATAdMobOptions`](https://aatkit.gitbook.io/ios-integration/other/reference/classes/aatadnetworksoptions/aatadmoboptions) or [`AATDFPOptions`](https://aatkit.gitbook.io/ios-integration/other/reference/classes/aatadnetworksoptions/aatdfpoptions) instances. For more information, see [Google Mobile Ads documentation](https://aatkit.gitbook.io/ios-integration/ad-networks/google-mobile-ads-sdk) section.
* Introduce a completely new interface for the shake debug screen. Publishers can customise it by using the new public API `func configureDebugScreen(configuration: AATDebugScreenConfiguration)`. For more information, see [Shake Debug documentation](https://aatkit.gitbook.io/ios-integration/advanced/shake-debug#customize-shake-debug).
* **(Requires iOS 13 and above)** Introduce the new [`AATAsyncInfeedBannerPlacement`](https://aatkit.gitbook.io/ios-integration/other/reference/protocols/aatasyncinfeedbannerplacement) that wraps the [`AATInfeedBannerPlacement`](https://aatkit.gitbook.io/ios-integration/other/reference/protocols/aatinfeedbannerplacement) and supports concurrency. For integration steps, please see [Async Infeed Banner](https://aatkit.gitbook.io/ios-integration/formats/banner/asynchronous-infeed-banner) documentation.
* **(Requires iOS 13 and above)** Introduce the new [`AATAsyncNativeAdPlacement`](https://aatkit.gitbook.io/ios-integration/other/reference/protocols/aatasyncnativeadplacement) wraps the [`AATNativeAdPlacement`](https://aatkit.gitbook.io/ios-integration/other/reference/protocols/aatnativeadplacement) and supports concurrency. For integration steps, please see [Async Native Ads](https://aatkit.gitbook.io/ios-integration/formats/native-ad/asynchronous-basic-integration) documentation.

#### New Ad Networks

* GraviteRTB SDK supporting banner and fullscreen formats.
* Tappx SDK (version 4.1.0) supporting banner, fullscreen, and rewarded video formats.
  * Tappx is an optional ad network. To add it, add this line to your Podfile: `pod ‘AATKit/Tappx’`.

#### Fixes

* Fix an issue with unity banners where the delegate method `bannerViewDidShow(:)` wasn't implemented.
* Fix an issue where sometimes Unity fullscreen and rewarded video ads are not shown properly.
* Fix an issue where the "unrecognized bundleID" error wasn't being logged if the Gravite server didn't recognize the application bundle ID.
* Fix an issue where `AATConfiguration` description wasn't logged properly.
* Fix an issue with AppNexus multi-size banners where the banner size wasn't adapting to the actual ad creative size.

#### Library Updates

* GoogleMobileAds to 10.12.0
* AppLovin to 11.11.4
* AdColony to 4.9.0
* AppNexus to 8.9.0
* AmazonHB to 4.7.6
* Criteo to 5.0.4
* GoogleUserMessagingPlatform to 2.1.0
* GoogleMobileAdsMediationFacebook to 6.12.0.1
* FeedAd to 1.5.4
* InMobi to 10.6.0
* MintegralAds to 7.4.8
* Ogury to 4.2.2
* Smaato to 22.4.0
* SmartAd to 7.23.1
* UnityAds to 4.9.1
* YOC to 4.1.1
* Vungle to 7.2.0
* Prebid to 2.1.6
* Pubnative to 2.20.0
* IronSource to 7.5.1
* SourcePoint to 7.4.3

</details>

### 3.3

<details>

<summary>3.3.10</summary>

2023-11-21

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.3.10).

#### Library Updates

* Amazon SDK to 4.7.7.

</details>

<details>

<summary>3.3.9</summary>

2023-11-13

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.3.9).

#### Library Updates

* InMobi SDK to 10.6.0.

</details>

<details>

<summary>3.3.8</summary>

2023-10-25

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Library Updates

* AmazonPublisherServicesSDK to 4.7.6.
  * Fixed crash on `DTBAdView` when used with `UITableView`.
  * Fixed compilation error on Swift apps.
  * Internal SDK optimization.

</details>

<details>

<summary>3.3.7</summary>

2023-10-23

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes

* Fix an issue with Pubnative (Verve) version 2.20.0 where the framework had a wrong beta version that was blocking publishing apps to the AppStore.

</details>

<details>

<summary>3.3.6</summary>

2023-10-19

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Library Updates <a href="#markdown-header-fixes" id="markdown-header-fixes"></a>

* Update pubnative to 2.20.0

#### Fixes

* Fix an issue where the "unrecognized bundleID" error wasn't being logged if the Gravite server didn't recognize the application bundle ID.
* Fix an issue where `AATConfiguration` description wasn't logged properly.

</details>

<details>

<summary>3.3.5</summary>

2023-09-29

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Library Updates <a href="#markdown-header-fixes" id="markdown-header-fixes"></a>

* GoogleMobileAds to v10.11.0

</details>

<details>

<summary>3.3.4</summary>

2023-09-18

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes <a href="#markdown-header-fixes" id="markdown-header-fixes"></a>

* Fix an issue where sometimes Unity fullscreen and rewarded video ads are not shown properly.
* Fix an issue with unity banners where the delegate method `bannerViewDidShow(:)` wasn't implemented.

</details>

<details>

<summary>3.3.3</summary>

2023-09-01

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Updates <a href="#markdown-header-fixes" id="markdown-header-fixes"></a>

* Update Verve (Pubnative) to v2.19.0

</details>

<details>

<summary>3.3.2</summary>

2023-08-25

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Updates <a href="#markdown-header-fixes" id="markdown-header-fixes"></a>

* Update DatonomySDK to v1.0.0

</details>

<details>

<summary>3.3.1</summary>

2023-08-15

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes <a href="#markdown-header-fixes" id="markdown-header-fixes"></a>

* Change DatonomySDK to be an optional Library.

</details>

<details>

<summary>3.3.0</summary>

2023-08-07

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

**NOTE** The minimum ios target is now ios 11.0 and requires Xcode 14.3

#### API Changes

* Introduce a new factory method for initializing the banner cache.
  * instead of `AATBannerCache(cacheConfiguration: configuration)` use `AATSDK.createBannerCache(configuration: configuration)`.
* Deprecate `AATSDK.setInitialRules(:)`. Please use `AATConfiguration.initialRules` instead.
* Deprecate `AATSDK.setRuleCachingEnabled(:)`. Please use `AATConfiguration.shouldCacheRules` instead.
* Introduce a new way to Opt-out from showing the CMP

  * AATManagedConsent can be initialized by passing a new parameter `showIfNeededSetting`&#x20;

  <pre class="language-swift"><code class="lang-swift"><strong>let consent = AATManagedConsent(cmp: cmp,
  </strong>                                delegate: self,
                                  showIfNeededSetting: .always)
  </code></pre>

  * `showIfNeededSetting` can be one of the following:
    * `always`:  always show the CMP.
    * `never`: never show the CMP, However, the publisher can still call the  `editConsent` API.
    * `serverSideControl`: showing the CMP will be based on the dashboard configurations.
  * It has a default value of: `serverSideControl.`
* Introduce new method `AATSDK.isConsentOptIn()`, returning "consent opt-in status" returned by our server rules. Only returns meaningful information after the rules are downloaded.

#### New Ad Networks

* Datonomy SDK, for an overview of what Datonomy provides, please check [their documentation](https://datonomy.gitbook.io/datonomysdk-ios-integration/).
  * Datonomy is an optional library, you can add it by adding this line `pod 'AATKit/`Datonomy`'` to your Podfile.
  * To add your Datonomy API key, add this key-value pair to your info.plist:
    * Key: `AATDatonomyApiKey`
    * Value: `YOUR_DATONOMY_API_KEY`
* Mintegral SDK (version 7.2.9), supporting Banner, Fullscreen, and Rewarded Video formats.
* Integrate the new CMP: SourcePoint (version 7.0.2). &#x20;

  * You can add it by adding this line `pod 'AATKit/`SourcePoint`'` to your Podfile.
  * You can use it as follows:

  ```swift
  import AATSourcePointCMPAdapter

  ....
  let configuration = AATConfiguration()
  let cmp = AATCMPSourcepoint(accountId: "YourAccountID", propertyId: "YourPropertyId", propertyName: "YourPropertyName", pmId: "YourPMId") 
  consent = AATManagedConsent(cmp: cmp, delegate: self)
  // other AATKitConfigurations
  AATSDK.initAATKit(with: configuration)
  ```

  * For more info on how to integrate Managed Consent please refer to our [documentation](https://aatkit.gitbook.io/ios-integration/start/consent/managed-consent).

#### Improvements

* Implement Frequency Capping for the banner cache.

* Implement weekly and monthly frequency capping.

* Enhance the logic for waterfall failure scenarios for the sticky banner placement.

* Improve AATKit logs:
  * Improve logs formatting.
  * Add info-level logs in public APIs.
  * Always log `initAATKit(with configuration: AATConfiguration?)`  and `setLogLevel(:)` methods.

* Introduce Google collapsible banners. The following steps are necessary to integrate collapsible banners:

  * Specify the collapsible banners position. Add the following to the Info.plist:
    * Key: `<PLACEMENT_NAME>.collapsiblePosition`
    * Value: `top/bottom`
  * Specify the frequency capping for collapsible banners. Add the following to the Info.plist:
    * Key: `<PLACEMENT_NAME>.minDelayBetweenCollapsibleBannersInSeconds`
    * Value: Integer (type: Number). Please add 0 if you don't need to apply frequency capping on collapsible banners.

* All the public methods are logged now at debug level.

#### Library Updates

* OgurySdk to 4.1.4
* smaato-ios-sdk to 22.2.1
* AmazonPublisherServicesSDK to 4.7.3
* VungleAds to 7.0.1
* GoogleMobileAds to 10.7.0
* InMobiSDK to 10.5.6
* IronSourceSDK to 7.3.1
* AppLovinSDK to 11.10.1
* UnityAds to 4.8.0
* CriteoPublisherSdk to 5.0.0
  * Criteo now requires the minimum deployment target of iOS 12.
* TeadsSDK to  5.0.27
* Smart-Display-SDK to 7.21.0
* AppNexusSDK to  8.6.0
* Prebid to 2.1.2
* SourcePoint to 7.2.0
* Pubnative to 2.18.1
* YOC to 3.2.1
* MintegralAdSDK to 7.3.9

#### Fixes

* Fix an issue with the autoload banner placement where ad spaces were not counted properly in case of waterfall failure.
* Fix an issue where IronSource ad requests were not executed.
* Fix an issue where AutoLoad banner placement auto-reloading was not resumed automatically after `AATSDK.controllerViewDidAppear(controller:)` call.

</details>

### 3.2

<details>

<summary>3.2.3</summary>

2023-06-27

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes <a href="#markdown-header-fixes" id="markdown-header-fixes"></a>

* Fix an issue where AutoLoad banner placement auto-reloading was not resumed automatically after `AATSDK.controllerViewDidAppear(controller:)` call.

</details>

<details>

<summary>3.2.2</summary>

2023-06-21

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes <a href="#markdown-header-fixes" id="markdown-header-fixes"></a>

* Fix an issue where IronSource ad requests were not executed.

</details>

<details>

<summary>3.2.1</summary>

2023-06-12

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Fixes <a href="#markdown-header-fixes" id="markdown-header-fixes"></a>

* Fix an issue with the autoload banner placement where ad spaces were not counted properly in case of waterfall failure.

</details>

<details>

<summary>3.2.0</summary>

2023-05-31

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases).

#### Library Updates

* AppLovin to v11.7.1
* Xandr (AppNexus) to 8.3.0
* Bluestack to 4.1.8
* GoogleMobileAds to v10.0.0
  * GoogleMobileAds No longer serve ads to iOS 11. iOS 12 is required to retrieve ads. Keep supporting iOS 10.
  * An Ad Manager app ID is now required for all Ad Manager apps. The ID is in the form:\
    `ca-app-pub-################~##########`. See [Update your Info.plist](https://developers.google.com/ad-manager/mobile-ads-sdk/ios/quick-start#update_your_infoplist) for more details.
* GoogleMobileAdsMediationFacebook to 6.12.0.1
* FeedAd to 1.5.3
* InMobi to v10.5.3
* Ogury to v4.0.0
* Prebid to 2.0.8
* Pubnative to 2.17.0
* Smaato to 22.0.1
* Equativ (SmartAd) to 7.20.0
* UnityAds to 4.5.0
* Vungle to 6.12.2
* YOC to 3.1.1
* TeadsSDK to v5.0.25
* Criteo to 4.6.0

#### API Changes

* The placement-specific delegate method `func aatCurrentlyDisplayed(placement: AATPlacment)` has been renamed to `func aatPauseForAd(placement: AATPlacement)`.
* Placements will pass themselves to `AATStatisticsDelegate` listener methods as a parameter called `placement` of type `AATPlacement`. This parameter will let the delegates know which placement triggered the delegate method. The placement name can be checked by using the method: `placement.getName()`.
  * Changed APIs:
    * `func AATKitCountedAdSpace(placement: AATPlacement?)`
    * `func AATKitCountedRequest(placement: AATPlacement?, for network: AATAdNetwork)`
    * `func AATKitCountedResponse(placement: AATPlacement?, for network: AATAdNetwork)`
    * `func AATKitCountedImpression(placement: AATPlacement?, for network: AATAdNetwork)`
    * `func AATKitCountedNetworkImpression(placement: AATPlacement?, for network: AATAdNetwork)`
    * `func AATKitCountedVImpression(placement: AATPlacement?, for network: AATAdNetwork)`
    * `func AATKitCountedClick(placement: AATPlacement?, for network: AATAdNetwork)`
    * `func AATKitCountedDirectDealImpression(placement: AATPlacement?, for network: AATAdNetwork)`
    * `func AATKitCountedMediationCycle(placement: AATPlacement?)`
* Placements will pass themselves to `AATImpressionDelegate` listener methods as a parameter called `placement` of type `AATPlacement`. This parameter will let the delegates know which placement triggered the delegate method. The placement name can be checked by using the method: `placement.getName()`.
  * Changed APIs:
    * `func didCountImpression(placement: AATPlacement?, _ impression: AATImpression)`
* Add child-directed support that enables publishers to treat their content as child-directed while requesting ads.
  * Note: if AdNetwork doesn't support child-directed Requests, AATKit will skip this network while requesting Ads.
  * API: `public static func setIsChildDirected(_ isChildDirected: Bool)`
  * Usage: `AATSDK.setIsChildDirected(true)`
  * For more information, please check the [child-directed documentation](https://aatkit.gitbook.io/ios-integration/advanced/child-directed-support).
* Provide impression-level revenue data via the `AATImpression` object
  * Add `currencyCode` and `precision` properties to the `AATImpression` object.
  * If the ad network provides impression-level revenue data, AATKit will use this information during the AATImpression instantiation and pass it to AATImpressionDelegate via the `func didCountImpression(placement: AATPlacement?, _ impression: AATImpression)` callback. Otherwise, AATKit will detect and collect the impression-level information internally and provide it to the impression delegate via the same `func didCountImpression(placement: AATPlacement?, _ impression: AATImpression)` callback.
  * Currently, only Google Mobile Ads supports impression-level revenue data.
* Introduce new banner placement type: `AATAutoLoadBannerPlacement` and `AATAutoLoadMultiSizeBannerPlacement` which are based on `AATBannerCache`. They are intended to replace both `AATStickyBannerPlacement` and `AATMultiSizeBannerPlacement` hence, they have precisely the same functionality and provide the same APIs.
  * Creating the placement:
    * Swift: `var placement = AATSDK.createAutoLoadBannerPlacement(name: "<PLACEMENT_NAME>", size: .banner320x50)`
    * Objective-C: `id<AATStickyBannerPlacement> placement = [AATSDK createStickyBannerPlacementWithName:@"<PLACEMENT_NAME>" size:AATBannerPlacementSizeBanner300x50];`
  * For more information, please check [auto-load banners](https://aatkit.gitbook.io/ios-integration/formats/banner/auto-load-banner) and [multi-size auto-load banners](https://aatkit.gitbook.io/ios-integration/formats/banner/multi-size-auto-load-banner) documentation.

#### New Ad Networks

* IronSource SDK (version 7.2.7), supporting Fullscreen and rewardedVideo formats.
  * You can add it by adding this line `pod 'AATKit/IronSource'` to your Podfile.

#### Improvements

* Implement Google Mobile Ads Fluid banners.
* Extend cached rules' lifetime.
* Improve AATAdMobMediationAdapter logs.
* Validate that all AATSDK public APIs are called from the main thread.
* Throttle download rules request when failed.
* Add internal custom timeout for Prebid requests (3.5 seconds).

#### Fixes

* Fix an issue in the fullscreen placement where sometimes the clicks/vImp callbacks are not fired.
* Fix an issue in the fullscreen placement where sometimes the loaded ad was set to nil while needed.
* Fix an issue where native and banner ads sometimes don't call the proper app pause/resume callbacks.
* Fix an issue with the reporting API request where the language parameter wasn't sent in the right format.
* Fix an issue with rules skipping where some valid ad networks might be skipped.
* Fix an issue where Google AdManager child accounts were being ignored.

</details>

### 3.1

<details>

<summary>3.1.6</summary>

2023-04-05

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.1.6).

#### Fixes <a href="#markdown-header-fixes" id="markdown-header-fixes"></a>

* Fix an issue with the reporting API request where the language parameter wasn't sent in the right format.
* Fix an issue with rules skipping where some valid ad networks might be skipped.

</details>

<details>

<summary>3.1.5</summary>

2023-03-20

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.1.5).

#### Fixes <a href="#markdown-header-fixes" id="markdown-header-fixes"></a>

* Fix an issue with the fullscreen placement where sometimes the `hasAd()` method was returning true while having no ads.

</details>

<details>

<summary>3.1.4</summary>

2023-02-21

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.1.4).

#### Library Updates <a href="#markdown-header-fixes" id="markdown-header-fixes"></a>

* Update Pubnative SDK to version 2.17.0

</details>

<details>

<summary>3.1.3</summary>

2023-02-16

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.1.3).

#### Fixes <a href="#markdown-header-fixes" id="markdown-header-fixes"></a>

* Fix an issue with DFP and AdMob banners where multiple sizes and custom sizes banners were not requested properly.

</details>

<details>

<summary>3.1.2</summary>

2023-02-02

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.1.2).

#### Fixes <a href="#markdown-header-fixes_1" id="markdown-header-fixes_1"></a>

* Fix an issue where enable/disable debug screen APIs weren't working properly.
* Fix an issue with Fullscreen frequency capping.

</details>

<details>

<summary>3.1.1</summary>

2023-01-12

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.1.1).

#### **Fixes** <a href="#markdown-header-fixes" id="markdown-header-fixes"></a>

* Fix an issue with InMobi ad requests.
* Fix an issue where some work items were not cancelled properly.

</details>

<details>

<summary>3.1.0</summary>

2022-12-16

The swift package manager of this version can be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.1.0).

#### **New ad networks** <a href="#markdown-header-new-ad-networks" id="markdown-header-new-ad-networks"></a>

* Teads SDK (version 5.0.22), supporting video banner ads.
  * Teads is an optional ad network. You can add it by adding this line `pod 'AATKit/Teads'` to your Podfile.&#x20;

#### Library Updates <a href="#markdown-header-fixes" id="markdown-header-fixes"></a>

* AppLovin to v11.6.0&#x20;
* Xandr (AppNexus) to v8.2.0
* AmazonHB to v4.5.6
* Bluestack to v4.1.3
* GoogleMobileAds to v9.13.0
* GoogleMobileAdsMediationFacebook to v6.12.0.0
* FeedAd to v1.5.2
* InMobi to v10.1.2
* Ogury to v2.2.0
* Prebid to v2.0.5
* Pubnative to v2.16.1
* Smaato to v21.7.8
* Equativ (SmartAd) to v7.19.2
* UnityAds to v4.4.1
* Vungle to v6.12.1
* YOC to v3.0.0

#### **Changes** <a href="#markdown-header-changes" id="markdown-header-changes"></a>

* Xandr (AppNexus) update requires a new identifier for initialising the network SDK, make sure to have network keys updated with memberId in the extraInfo field.
* Implement the “Placements initial delay” feature for all ad formats.
  * This feature allows publishers to delay the provision of ads for a configurable amount of seconds after the first app fresh install.
  * Publishers can control the initial delay for each placement using the AddApptr dashboard in the create/edit placements popup.
* Provide the "supply chain object" to Equativ (SmartAd Server) ad requests.
* Placements will pass themselves to all placements-specific listener methods as a parameter called `placement` of type `AATPlacement` to their delegates. This parameter will enable the delegates to know which placement triggered the delegate method. The placement name can be checked by using the method: `placement.getName()`.&#x20;
  * Changed APIs:
    * `func aatHaveAd(placement: AATPlacement)`
    * `func aatNoAd(placement: AATPlacement)`
    * `func aatAdCurrentlyDisplayed(placement: AATPlacement)`
    * `func aatResumeAfterAd(placement: AATPlacement)`
    * `func aatUserEarnedIncentive(placement: AATPlacement, aatReward: AATReward)`
    * `func aatHaveAdWithBannerView(placement: AATPlacement, bannerView: AATBannerPlacementWrapperView)`
* General logging improvements.

#### **Fixes** <a href="#markdown-header-fixes_1" id="markdown-header-fixes_1"></a>

* Fix a typo in the Pubnative interstitial skip offset key that should be set in the publishers’ info.plist.&#x20;
  * Renamed from `AATKitPubnativeOffsetSecsVideoLInterstitial` to `AATKitPubnativeOffsetSecsVideoInterstitial`
  * AATKit will keep supporting the old key: `AATKitPubnativeOffsetSecsVideoLInterstitial`.
* Fix an issue with the sticky banner placement internal reloading logic.
* Automatically react to changed IAB consent if VendorConsent is used.
* Persist debug log choice after the shake debug screen.

</details>

### 3.0

<details>

<summary>3.0.16</summary>

#### 2022-12-09

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.16).

#### **Fixes** <a href="#markdown-header-fixes_2" id="markdown-header-fixes_2"></a>

* Fix an issue with Teads banners.
* Fix an internal issue with consent handling for some ad networks.
* Fix and improve the SDK logs.

</details>

<details>

<summary>3.0.15</summary>

2022-11-21

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.15).

#### **Fixes** <a href="#markdown-header-fixes_4" id="markdown-header-fixes_4"></a>

* Fix an issue with InMobi banners.

</details>

<details>

<summary>3.0.14</summary>

2022-11-17

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.14).

#### **Fixes** <a href="#markdown-header-fixes_2" id="markdown-header-fixes_2"></a>

* Fix an issue with statistics reporting.

</details>

<details>

<summary>3.0.13</summary>

2022-11-10

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.13).

#### **Fixes** <a href="#markdown-header-fixes_6" id="markdown-header-fixes_6"></a>

* Fix an issue with DFP adaptive and inline banners.

</details>

<details>

<summary>3.0.12</summary>

2022-11-08

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.12).

#### **Fixes** <a href="#markdown-header-fixes_8" id="markdown-header-fixes_8"></a>

* fix an issue with statistics reporting.
* fix an issue with AppOpen placements reporting.
* Improve AdMob driver logs.

</details>

<details>

<summary>3.0.11</summary>

2022-10-28

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.11).

#### **Fixes** <a href="#markdown-header-fixes_12" id="markdown-header-fixes_12"></a>

* fix an issue with session reporting.
* fix an internal issue with consent handling.
* fix an issue with Criteo banners bids.
* fix an issue with impressions handling in the sticky banners, multi-size banners and native Ads.
* fix an issue with infeed banners with multiple sizes rules.

</details>

<details>

<summary>3.0.10</summary>

2022-10-25

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.10).

#### **Fixes** <a href="#markdown-header-fixes_15" id="markdown-header-fixes_15"></a>

* Fix an issue that occurs when using the `alternativeBundleID`.

</details>

<details>

<summary>3.0.9</summary>

2022-10-11

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.9).

#### **Fixes** <a href="#markdown-header-fixes_18" id="markdown-header-fixes_18"></a>

* Fix an internal issue with rules validation.

</details>

<details>

<summary>3.0.8</summary>

2022-10-10

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.8).

#### **Fixes** <a href="#markdown-header-fixes_20" id="markdown-header-fixes_20"></a>

* Fix an issue with native ads impressions tracking.

</details>

<details>

<summary>3.0.7</summary>

2022-10-06

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.7).

#### **Fixes** <a href="#markdown-header-fixes_21" id="markdown-header-fixes_21"></a>

* Fix an issue with banner viewable impressions tracking.

</details>

<details>

<summary>3.0.6</summary>

2022-10-05

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.6).

#### **Changes** <a href="#markdown-header-changes_2" id="markdown-header-changes_2"></a>

* Implement SmartAd In-App Bidding.

</details>

<details>

<summary>3.0.5</summary>

2022-10-04

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.5).

#### **Fixes** <a href="#markdown-header-fixes_22" id="markdown-header-fixes_22"></a>

* Fix an issue where `AATBannerCacheConfiguration` init method was not exposed to Objective-C.

</details>

<details>

<summary>3.0.4</summary>

2022-09-29

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.4).

#### **Fixes** <a href="#markdown-header-fixes_23" id="markdown-header-fixes_23"></a>

* Fix an issue in `AATStickyBannerPlacement` auto-reloading.&#x20;
* Fix an issue in logging where large logs were being trimmed.

</details>

<details>

<summary>3.0.3</summary>

2022-09-21

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.3).

#### **Fixes** <a href="#markdown-header-fixes_24" id="markdown-header-fixes_24"></a>

* Fix a crash that happens when AATKit logs contain a URL.

</details>

<details>

<summary>3.0.2</summary>

2022-09-19

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.2).

#### **Changes** <a href="#markdown-header-changes_3" id="markdown-header-changes_3"></a>

* Change the public API that sets the currently active view controller:
  * From:&#x20;
    * API: `public static func controllerViewWillAppear(controller: UIViewController)`
    * Usage: `AATSDK.controllerViewWillAppear(controller: self)`
  * To:&#x20;
    * API: `public static func controllerViewDidAppear(controller: UIViewController)`
    * Usage:&#x20;

</details>

<details>

<summary>3.0.1</summary>

2022-09-13

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.1).

#### **Changes** <a href="#markdown-header-changes_4" id="markdown-header-changes_4"></a>

* Improve the SDK logs to work with the Console app.

</details>

<details>

<summary>3.0.0</summary>

2022-09-07

The swift package manager of this version could be found [here](https://github.com/AddApptr/AATKitSPM/releases/tag/3.0.0).

#### **AATKit 3 comes with the following improvements:** <a href="#markdown-header-aatkit-3-comes-with-the-following-improvements" id="markdown-header-aatkit-3-comes-with-the-following-improvements"></a>

* New object-oriented APIs for all placement types.&#x20;
* Each placement now uses a separate delegate (as opposed to the general delegate used by AATKit 2), informing about placement events like ad load, pause for ad etc.
* Report new KPI mediationCylces.
* Report new dimension consent type.
* Report new dimension consent value.
* Request rules with consent value.
* Add a new API for passing PublisherProvidedId to Ad Networks that support it (DFP and DFPDirect):
  * `setPublisherProvidedId(_ publisherProvidedId: String)`.
* Some method names have changed for improved consistency across platforms.&#x20;
* The name of the public interface has been changed from `AATKit` to `AATSDK`.&#x20;
* AATKit 3 is M1 compatible, hence ad networks not supporting M1 are removed until they support M1:&#x20;
  * ironSource.
* Enable Ad Networks SDKs debug logs by server config.
* Merging server-side keywords with the SDK global keywords.
* Calling ‘controllerViewWillAppear(:)’ and ‘controllerViewWillDisappear()’ can now be called on AATSDK directly.

#### Library Updates <a href="#markdown-header-fixes" id="markdown-header-fixes"></a>

* Xandr (APPNEXUS) SDK to 8.0.0 - as this update requires a new identifier for initialising the Xandr network SDK, please make sure to have network keys updated with the `memberId` in the `extraInfo` field.

To migrate from AATKit 2, please refer to our [AATKit 3 Migration Guide](https://bitbucket.org/addapptr/aatkit-ios/wiki/AATKit%203%20-%20Migration%20Guide).

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aatkit.gitbook.io/release-notes/ios/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
