To discuss and provide feedback on our products, join the official AdMob Discord channel in the Google Advertising and Measurement Community server.

Integrate nend with mediation (Deprecated)

  • 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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月14日 UTC.