Skip to content

hakim-d/a4g-admob-adapter-ios-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  <key>GADApplicationIdentifier</key>
  <string>ca-app-pub-3940256099942544~1458002511</string>

Add SKAdNetwork entries 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.

About

A4G AdMob adapter iOS sample app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published