# プロビジョニング・プロファイルの更新

## プロビジョニング・プロファイルの更新

Monaca上で登録したプロファイルの期限が切れた場合は、Apple Developerサイトにて、プロビジョニング・プロファイルの更新が必要となります。

Apple Developer サイト ：&#x20;

<https://developer.apple.com/account/>

プロファイルは次の手順で更新します。

### 1.  対象のプロファイルを選択

サイドメニューから「Profiles」を選択します。

プロファイルの一覧から、更新対象のプロファイルを選択します。

<figure><img src="/files/DWGRlxmOcwTSBN6KJ2Uy" alt=""><figcaption></figcaption></figure>

### 2. Edit ボタンをクリック&#x20;

1. 編集画面で、プロファイルの名前やApp ID等の変更がある場合は、この画面で編集します。
2. 有効期限の更新のみの場合は、項目の編集はせずに次に進みます。&#x20;

<figure><img src="/files/quZRMIpxldTUDL13XMOb" alt=""><figcaption></figcaption></figure>

### 3. Save ボタンをクリック

Saveボタンをクリックすると、有効期限が更新されたプロファイルが作成されます。

作成されたファイルをダウンロードして、Monacaにインポートします。これでプロファイルの更新は完了となります。

<figure><img src="/files/2vHv7hsuyQXmni00H7ds" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://ja.docs.monaca.io/build-app/build-for-ios/update-profile.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.
