> 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/2.-onboarding.md).

# 2. オンボーディング

## オンボーディングデータを提供する

NFC Wallet SDK の統合を開始する前に、アプリケーション識別子、キー、およびエンドポイントのセットをイシュアと交換してください。 **Thales配信チーム**.

## 必要なデータを Thales のデリバリーチームに送信してください

あなたのために次の情報を提供してください **デジタルウォレットアプリケーション**.

<table><thead><tr><th width="199">パラメータ</th><th width="141">形式</th><th>説明</th></tr></thead><tbody><tr><td><p>PreProd</p><p>FCM サービスアカウント</p></td><td>JSON ファイル</td><td>デジタルウォレットアプリにプッシュ通知を送信できるようにします（ <strong>PreProd</strong> 環境）。</td></tr><tr><td><p>Production</p><p>FCM サービスアカウント</p></td><td>JSON ファイル</td><td>デジタルウォレットアプリにプッシュ通知を送信できるようにします（ <strong>本番環境</strong>.</td></tr><tr><td>Apple チーム ID</td><td>英数字の文字列</td><td>あなたの Apple Developer チーム識別子です。</td></tr><tr><td>アプリ ID</td><td>文字列</td><td>あなたのアプリケーション識別子（例：バンドル識別子）。</td></tr></tbody></table>

{% hint style="info" %}
使用する **Apple チーム ID** および **アプリ ID** からアプリケーションバインディングキーを導出します。

Thales はこのキーを使用してウォレット登録リクエストをあなたの **デジタルウォレットアプリケーション**.

にバインドします。登録されたデジタルウォレットアプリのみがウォレットを登録できます。詳細は [ウォレットを登録する](/nfc-wallet-sdk-ios/ja/implement-nfc-wallet/enroll-wallet.md).
{% endhint %}

### アプリケーションデータを取得する

#### FCM サービスアカウントを取得する

FCM サービスアカウントの詳細については、 [Firebase コンソール](https://console.firebase.google.com/).

次に **Thales配信チーム** に連絡してプッシュ通知の設定を完了してください。

{% hint style="info" %}
FCM は複数の送信者から同じデジタルウォレットアプリにプッシュ通知を配信できます。
{% endhint %}

#### Apple チーム ID とアプリ ID を取得する

あなたの **Apple チーム ID** および **アプリ ID** を Apple Developer アカウントおよび/または Xcode のプロジェクト設定から取得してください。

## これは Thales のデリバリーチームから受け取ります

次の値をあなたの **デジタルウォレットアプリケーション** および該当する場合はバックエンドに設定してください。

<table><thead><tr><th>パラメータ</th><th width="391">説明</th><th>形式</th></tr></thead><tbody><tr><td>PreProd ソース IP アドレス</td><td>Thales のバックエンドが PreProd 環境にプッシュ通知を送信できるよう、FCM で許可リストに追加する IP アドレス。</td><td>カンマ区切りの IPv4 または IPv6 アドレスの一覧</td></tr><tr><td>本番ソース IP アドレス</td><td>Thales のバックエンドが本番環境にプッシュ通知を送信できるよう、FCM で許可リストに追加する IP アドレス。</td><td>カンマ区切りの IPv4 または IPv6 アドレスの一覧</td></tr><tr><td>PreProd URL</td><td>PreProd 環境で Thales のバックエンドに接続するためのエンドポイント。</td><td>文字列</td></tr><tr><td>本番 URL</td><td>本番環境で Thales のバックエンドに接続するためのエンドポイント。</td><td>文字列</td></tr><tr><td>PreProd カード情報暗号化キー</td><td>PreProd 環境でのカード情報（PAN、CSC、有効期限）の安全な送信のためのキー。</td><td>16 進文字列または PEM 証明書</td></tr><tr><td>本番カード情報暗号化キー</td><td>本番環境でのカード情報（PAN、CSC、有効期限）の安全な送信のためのキー。</td><td>16 進文字列または PEM 証明書</td></tr></tbody></table>


---

# 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/2.-onboarding.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.
