> 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/nfc-wallet-sdk-ios/ja/get-started/configuration/1.-binary-integration.md).

# 1. バイナリ統合

## iOS 用 NFC Wallet SDK を統合する

このガイドを使用して、事前構築済みの NFC Wallet SDK フレームワークを iOS に追加します **デジタルウォレットアプリケーション**.

### 対応環境

iOS 用 NFC Wallet SDK は次の構成をサポートしています:

* **iOS バージョン**: 16.0 以降。
* **プロセッサアーキテクチャ:** arm64、arm64 および x86\_64 シミュレータ。

iOS 用 NFC Wallet SDK は次の環境でテストされています:

* Xcode 15.3
* Swift 5
* `ENABLE_BITCODE=NO`

{% hint style="warning" %}
非接触型決済は iOS バージョン 17.4 以降でのみサポートされます。参照してください [非接触機能を確認する](/nfc-wallet-sdk-ios/ja/implement-nfc-wallet/check-contactless-capability.md).
{% endhint %}

{% hint style="info" %}
の対応環境 **最新の SDK バージョン**.

リリースノートで、該当する SDK リリースの対応 iOS バージョンを確認してください。
{% endhint %}

### SDK フレームワークを Xcode プロジェクトに追加する

NFC Wallet SDK をアプリケーションのプロジェクトに統合するには:

1. 以下を含む TSH Pay および SecureLogAPI フォルダをコピーします `TSHPaySDK.xcframework` および `SecureLogAPI.xcframework` をアプリケーションフォルダにコピーします。
2. 移動して **General** アプリケーションターゲットのペインを開きます。
3. 構成ディレクトリ内の SDK を次の場所にドラッグ＆ドロップします `Frameworks, Libraries and Embedded Content`.

{% hint style="warning" %}
**適切なビルドタイプを使用する**

アプリケーションを App Store に提出する際は、SDK の **Release** ビルドを使用してください。

Debug ビルドは、開発およびトラブルシューティング専用です。

詳細は、参照してください [Deliverables](/nfc-wallet-sdk-ios/ja/general/deliverables.md).
{% endhint %}


---

# 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/nfc-wallet-sdk-ios/ja/get-started/configuration/1.-binary-integration.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.
