> 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/ja/sdk/july-2025/push-provisioning-classic.md).

# プッシュプロビジョニング（クラシック）

{% tabs %}
{% tab title="Android - v1.12.0" %}
**対応プラットフォームとプロセッサーアーキテクチャ**

* Android 8.0 以降。
* プロセッサーアーキテクチャ: armeabi-v7a、arm64-v8a。

**改善**

* Google Play の互換性要件に準拠するため、「16 KB ページサイズ」をサポートします。この要件にアプリケーションを準拠させるには、JNA 依存関係を 5.17 以降に、AGP バージョンを 8.5.1 以降に更新する必要があります。
* これまで TPC SDK 内に統合されていたサードパーティ製の Google Tap and Pay ライブラリは難読化されました。その結果、統合者は TPC SDK を通じて Tap and Pay ライブラリに直接アクセスできなくなりました。アプリケーションで Tap and Pay API へのアクセスが必要な場合は、実装内に独自のライブラリコピーを含める必要があります。
  {% endtab %}

{% tab title="iOS - v2.7.0" %}
**対応プラットフォームとプロセッサーアーキテクチャ**

* iOS 15.0 以降。
* arm64、x86\_64 シミュレーター、arm64 シミュレーター。

**改善**

* 補助スキームによるコバッジ・プロビジョニングのサポートを追加しました。

**不具合修正**

* トークンがローカルデバイスに保存されているかどうかを判定する問題を修正しました。
* デジタル化中にiOS 26 Betaでクラッシュする不具合を修正しました。
  {% 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, and the optional `goal` query parameter:

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