Remove MoPub SDK and adapter
With MoPub being shut down, we recommend removing the MoPub SDK and adapter from your project.
Using CocoaPods
Remove the following line from your project's Podfile:
pod 'GoogleMobileAdsMediationMoPub'
From the command line run:
pod install --repo-update
Manual integration
- Remove the
MoPubSDK
source code from your project. - Remove
MoPubAdapter.xcframework
from your project.