This is a sample project by using mediation Admob include Ad-Network Vungle.
This project may help to reproduce issues and narrow down the root cause.
This project is not include the app id and placement ids. Go to your plist file and input your app id, Or you would get a crash:s
<key>GADApplicationIdentifier</key>
<string>Your_App_Id</string>
Go to the file Constant.m and input your placement ids:
NSString* const interstitialPlacement = @"Your_interstitial_placement";
NSString* const rewardPlacement = @"Your_reward_placement";
- Check out a new branch
- Comment podfile's frameworks as below
# comment below lines
# pod 'Google-Mobile-Ads-SDK','7.51.0'
# pod 'GoogleMobileAdsMediationVungle','6.3.2.0'
- Run pod install to remove the frameworks from the project
- Integrate frameworks manually
Admob + Adapter + Vungle 7.51.0 + 6.3.2.0 + 6.3.2
https://developers.google.com/admob/ios/mediation/vungle
This version is not support banner yet.