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

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