Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hakim-d/a4g-admob-adapter-ios-sample-app
- Owner: hakim-d
- Created: 2024-02-01T15:16:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:29:57.000Z (3 months ago)
- Last Synced: 2024-10-25T18:20:27.118Z (3 months ago)
- Language: Swift
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A4G Admob iOS Adapter – Sample App
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```
Clean build folder and rebuild your app.