> 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. 移動先： **一般** アプリケーションターゲットのペイン。
3. 構成ディレクトリ内のSDKを次へドラッグ＆ドロップします： `Frameworks、Libraries、and Embedded Content`.

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

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

デバッグビルドは、開発とトラブルシューティング専用です。

詳細は次を参照してください： [成果物](/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, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/nfc-wallet-sdk-ios/ja/get-started/configuration/1.-binary-integration.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.
