Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hakim-d/a4g-admob-adapter-ios-sample-app

A4G AdMob adapter iOS sample app
https://github.com/hakim-d/a4g-admob-adapter-ios-sample-app

Last synced: about 2 months ago
JSON representation

A4G AdMob adapter iOS sample app

Awesome Lists containing this project

README

        

# A4G Admob iOS Adapter – Sample App

Screenshot 2024-02-02 at 14 58 44

Add these 2 dependencies into your Podfile and run ```pod install```

Use ```:tag => "main"``` for Ad4AdmobMediation pod

```
...
pod "Ad4AdmobMediation", :git => "https://github.com/ad4game/a4g-admob-ios.git", :tag => "main"
pod "Google-Mobile-Ads-SDK", "9.13.0"
...
```

## Troubleshooting

Add your Admob app ID into your application ```Info.plist``` file

```
GADApplicationIdentifier
ca-app-pub-3940256099942544~1458002511
```

Add [SKAdNetwork entries](https://developers.google.com/admob/ios/quick-start#update_your_infoplist) to your ```Info.plist```

You might need to set ```Use Script Sandboxing``` to ```No```

Screenshot 2024-01-31 at 15 59 12

Clean build folder and rebuild your app.