# 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="https://193695234-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuVX9DkcSpz5pWRDwpVCd%2Fuploads%2FTgw7Z2cjMWVPODrGuSlt%2Fimage.png?alt=media&#x26;token=504c9ef6-1e06-440e-8eec-61b2c1a1165f" 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 %}
