> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/action-basics/notifications/troubleshooting-notifications/notifications-not-working-on-ios.md).

# iOSで通知が動作しない

### **iOS 通知の問題の可能性の原因と解決策**

#### **Apple Notifications キーが取り消されたか無効**

**原因:** iOS 通知に使用されている Notifications キーが、Apple 開発者アカウントで取り消された、削除された、または無効になっている可能性が最も高いです。

**解決策:**

**Apple 開発者アカウントで Notifications キーを確認:**

1. [Apple 開発者アカウント](https://developer.apple.com/account/)にアクセスします。
2. **Certificates, Identifiers & Profiles** に移動します。
3. **Keys** の下で、Notifications キーが存在し、有効かどうかを確認します。

**新しい Notifications キーを削除および生成:**

1. キーが取り消されているか欠落している場合は、既存の Notifications キー（存在する場合）を選択して削除します。
2. **+** ボタンをクリックして新しいキーを作成します。
3. このキーに **Apple Push Notifications service (APNs)** を有効にし、新しいキーファイルをダウンロードします。
   * 注意: 同時に有効な Notifications キーは2つしか持てません。

[**Adalo ビルド設定を更新**](/ja/testing-your-app/publishing-to-the-apple-app-store/start-your-build-in-adalo.md)**:**

1. **Adalo アプリ** にログインします。
2. **iOS ビルド設定** に移動します。
3. 設定を保存し、アプリの新しいビルドをトリガーします。

## 追加のトラブルシューティング

Notifications キーを削除しても問題が解決しない場合:

1. Apple 開発者アカウントの **APNs** 設定が Adalo アプリの設定と一致していることを確認します。
2. 通知に関連する欠落している手順や要件については、[Adalo ドキュメント](/ja/action-basics/notifications.md)を参照してください。

## **まだ助けが必要ですか？**

解決できない場合は、以下の詳細を含めて、[サポートチーム](https://info.adalo.com/submit-a-support-ticket)にお問い合わせください。

1. 実施した手順を含める: すでに試したトラブルシューティング手順をお知らせください。
2. Apple から受け取った情報を提供してください。


---

# 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://help.adalo.com/ja/action-basics/notifications/troubleshooting-notifications/notifications-not-working-on-ios.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.
