# 3.2 iOS Notification Setup

Follow the steps below:

* From your Firebase Console > Project Overview,  click on the iOS icon and enter your iOS package name and click on the Register app and skip the other steps.

<div align="left"><figure><img src="/files/ufb3tNthnZN8pYxAWQXe" alt=""><figcaption></figcaption></figure></div>

* Now go to **Project Settings** and click on iOS and download the **GoogleService-info.plist**​ file.
* Then go to the **wordpress\_app/i​os/Runner** directory​ and paste the file here.
* Now, Open the iOS folder on Xcode by right-clicking on the iOS folder from VSCode or Android Studio and go to the runner folder and drag & drop the **GoogleService-info.plist​** file here. You will get a popup and click yes or confirm the popup message. That’s it.

{% hint style="success" %}
For iOS, Go to this [link](https://firebase.flutter.dev/docs/messaging/apple-integration) and follow the instructions. This is a well-written doc from Flutter Team. Please ignore the (Advanced, Optional) step from there.
{% endhint %}


---

# 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://doc.newsfreak.mrb-lab.com/app-setup/3.-push-notification-setup/3.2-ios-notification-setup.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.
