> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/release-notes/sdk/july-2025/push-provisioning-classic.md).

# Push Provisioning (Classic)

{% tabs %}
{% tab title="Android - v1.12.0" %}
**Supported platforms & processor architectures**

* Android 8.0 and later.
* Processor architectures: armeabi-v7a, arm64-v8a.

**Improvements**

* Supports "16 KB page sizes" to comply with Google Play compatibility requirement. For application to comply with this requirement, it is required to update JNA dependency to version 5.17 or later, and AGP version to 8.5.1 or later.
* The third-party Google Tap and Pay library that was previously integrated within TPC SDK has been obfuscated. As a result, integrators can no longer access the Tap and Pay library directly through TPC SDK. If your application requires access to the Tap and Pay API, you will need to include your own copy of the library within your implementation.
  {% endtab %}

{% tab title="iOS - v2.7.0" %}
**Supported platforms & processor architectures**

* iOS 15.0 and later.
* arm64, x86\_64 simulator and arm64 simulator.

**Improvements**

* Added support for co-badge provisioning with auxiliary scheme.

**Bug Fixes**

* Fixed the issue on determining if a token is stored on a local device or not.
* Fixed the crash on iOS 26 Beta during digitization.
  {% endtab %}
  {% endtabs %}


---

# 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:

```
GET https://docs.payments.thalescloud.io/release-notes/sdk/july-2025/push-provisioning-classic.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.
