# 7.2 Admob Setup for iOS

{% hint style="danger" %}
You shouldn't use the android values here.&#x20;
{% endhint %}

{% hint style="warning" %}
Follow these steps only for production (release):
{% endhint %}

* From your AdMob account, create an app for iOS. You will get an **app id** for iOS.
* Create 2 ad units. One banner and One Interstitial.
* Now, go to the **ios/Runner/Info.plist** file and change the AdMob app(iOS) with yours.

<div align="left"><figure><img src="https://content.gitbook.com/content/yaJJT5ZOPh9eibDKGSOc/blobs/fmkxxmGo8ARBMWQYFEiS/Screenshot%202022-12-18%20at%202.16.59%20AM.png" alt=""><figcaption></figcaption></figure></div>

* Go to the **lib/configs/ad\_config.dart** file and change the **appIdiOS**, **interstitialAdUnitIdiOS** & **bannerAdUnitIdiOS** with your values.
