> 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.md).

# はじめに

このセクションでは、iOS で NFC Wallet SDK をセットアップする方法を説明します **デジタルウォレットアプリケーション**.

### 始める前に

* SDK 配布パッケージに含まれる内容を確認します [成果物](/nfc-wallet-sdk-ios/ja/general/deliverables.md).
* サポートされている iOS バージョンを確認します [対応環境](/nfc-wallet-sdk-ios/ja/get-started/configuration/1.-binary-integration.md#supported-environment).

### SDK をセットアップする

これらのガイドを使って、NFC Wallet SDK を iOS に統合します **デジタルウォレットアプリケーション**.

* プロジェクトを構成します: [構成](/nfc-wallet-sdk-ios/ja/get-started/configuration.md).
* iOS **サンプルアプリ** エンドツーエンドの例として: [サンプルアプリ](/nfc-wallet-sdk-ios/ja/get-started/sample-app.md).

### 非接触決済を有効にする

非接触決済をサポートするには、まず **Apple HCE エンタイトルメント** プロセスを早めに開始してください。

* Apple の手順に従って [Apple HCE エンタイトルメント](https://developer.apple.com/support/hce-transactions-in-apps/).

{% hint style="warning" %}
非接触決済向けの Thales Apple HCE エンタイトルメントのガイダンスを確認します [前提条件を確認する](/nfc-wallet-sdk-ios/ja/implement-nfc-wallet/make-payments/implement-contactless-payment/1.-check-prerequisites.md).
{% endhint %}

### 次の手順

構成と初期化が完了したら、これらのリソースを使用してください。

* **API リファレンスを参照します:** [iOS API](/nfc-wallet-sdk-ios/ja/ios-api.md)
* **コアフローを実装します:** [NFC Wallet を実装する](/nfc-wallet-sdk-ios/ja/implement-nfc-wallet.md)\
  まず非接触機能のチェックから始めます。次に、ウォレットを登録し、 **トークン化**、カード管理、および決済を完了します。
* **リリースに備える:** [セキュリティガイダンス](/nfc-wallet-sdk-ios/ja/security-and-privacy/security-guidance.md)\
  本番展開前にセキュリティ要件を適用します。ログ記録、データ処理、ハードニングに関する推奨事項を確認してください。

### 追加機能

コアフローを実装した後に、オプション機能を追加します。

* [追加機能](/nfc-wallet-sdk-ios/ja/additional-features.md)


---

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