Integrate nend with mediation (Deprecated)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
-
The nend SDK and adapter are now deprecated and should be removed from your project.
-
You can remove the nend SDK and adapter via CocoaPods by updating your Podfile and running
pod install --repo-update
, or manually by removing specific files. -
Ensure you also remove nend from your mediation groups within the AdMob UI by following the instructions in the AdMob help center.
Remove nend SDK and adapter
With nend being deprecated, we recommend removing the nend SDK and adapter from your project.
Use CocoaPods
Remove the following line from your project's Podfile:
pod 'GoogleMobileAdsMediationNend'
From the command line run:
podinstall--repo-update
Manual integration
Remove the following files from your project:
NendAd.xcframework
NendAdapter.xcframework
Remove nend from mediation groups
Follow the instructions in the AdMob help center to remove nend from all of your mediation groups in the AdMob UI.