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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-03 UTC."],[],["The nend platform is deprecated, requiring users to remove its SDK and adapter. For CocoaPods integration, delete `pod 'GoogleMobileAdsMediationNend'` from the Podfile and run `pod install --repo-update`. For manual integration, delete `NendAd.xcframework` and `NendAdapter.xcframework` from the project. Additionally, users must remove nend from all mediation groups within the AdMob UI, following the AdMob help center's guidelines.\n"]]