> For the complete documentation index, see [llms.txt](https://documentation.hyprmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hyprmx.com/sdk-integration-guides/ios/change-log/ios-admob-adapter-change-log.md).

# iOS AdMob Adapter Change Log

<table><thead><tr><th width="155.01436116815208">Adapter Version</th><th width="150">SDK Version</th><th width="150">Release Date</th><th width="246.3919389694044">Notes</th></tr></thead><tbody><tr><td>6.4.6.0</td><td>6.4.6</td><td>Mar 31, 2025</td><td><ul><li>Supports iOS 6.4.6 SDK</li><li>Adds Swift Package Manager distribution</li></ul></td></tr><tr><td>6.4.5.0</td><td>6.4.5</td><td>Feb 15, 2026</td><td><ul><li>Supports iOS 6.4.5 SDK</li></ul></td></tr><tr><td>6.4.4.0</td><td>6.4.4</td><td>Oct 16, 2025</td><td><ul><li>Supports iOS 6.4.4 SDK</li></ul></td></tr><tr><td>6.4.3.0</td><td>6.4.3</td><td>Jun 25, 2025</td><td><ul><li>Supports iOS 6.4.3 SDK</li></ul></td></tr><tr><td>6.4.2.0</td><td>6.4.2</td><td>Apr 4, 2025</td><td><ul><li>Supports iOS 6.4.2 SDK</li></ul></td></tr><tr><td>6.4.1.0</td><td>6.4.1</td><td>Sep 5, 2024</td><td><ul><li>Supports iOS 6.4.1 SDK</li><li>Removed support for setting User ID</li></ul></td></tr><tr><td>6.3.0.1</td><td>6.3.0.1</td><td>Apr 3, 2024</td><td><ul><li>Supports iOS 6.3.0.1 SDK which supports <a href="https://developer.apple.com/documentation/bundleresources/privacy_manifest_files">Apple Privacy Manifest</a></li><li>Supports AdMob 11.0+</li></ul></td></tr><tr><td>6.3.0.0</td><td>6.3.0</td><td>Nov 6, 2023</td><td><ul><li>Supports iOS 6.3.0 SDK</li></ul></td></tr><tr><td>6.2.0.0</td><td>6.2.0</td><td>Jun 9, 2023</td><td><ul><li>Supports iOS 6.2.0 SDK</li></ul></td></tr><tr><td>6.0.3.2</td><td>6.0.3</td><td>Jan 26, 2023</td><td><ul><li>Updated SDK initialization to support disabled pre-initialization</li></ul></td></tr><tr><td>6.0.3.1</td><td>6.0.3</td><td>Aug 25, 2022</td><td><ul><li>Supports iOS 6.0.3 SDK</li><li>Supports AdMob 9.0.0 - 10.4.0</li></ul></td></tr><tr><td>6.0.1.0</td><td>6.0.1</td><td>Nov 3, 2021</td><td><ul><li>Supports iOS 6.0.1 SDK</li></ul></td></tr><tr><td>6.0.0.0</td><td>6.0.0</td><td>Oct 22, 2021</td><td><ul><li>Supports iOS 6.0.0 SDK</li><li>Added support for banner ad types</li></ul></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.hyprmx.com/sdk-integration-guides/ios/change-log/ios-admob-adapter-change-log.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
