将 Yahoo 与中介集成(已弃用)
移除 Yahoo SDK 和适配器
由于 Yahoo 已废弃,我们建议您从项目中移除 Yahoo SDK 和适配器。
使用 CocoaPods
从项目的 Podfile 中移除以下行:
pod 'GoogleMobileAdsMediationYahoo'
在命令行中运行以下命令:
pod install --repo-update
手动集成
从项目中移除以下文件:
从中介组中移除 Yahoo
请按照 AdMob 帮助中心中的说明,从 AdMob 界面中的所有中介组中移除 Yahoo。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-02-08。
[null,null,["最后更新时间 (UTC):2025-02-08。"],[[["Yahoo is now deprecated and the Yahoo SDK and adapter should be removed from your project."],["To remove the Yahoo SDK, use CocoaPods to update your Podfile or manually remove the necessary framework."],["Update your AdMob mediation groups by removing Yahoo from the settings in the AdMob UI."]]],["Yahoo is deprecated, requiring removal of its SDK and adapter. For CocoaPods users, delete `pod 'GoogleMobileAdsMediationYahoo'` from the Podfile and execute `pod install --repo-update`. Manual integration requires removing `YahooAdapter.framework`. Additionally, remove Yahoo from all mediation groups in the AdMob UI, following the AdMob help center instructions. These steps ensure a clean transition after the deprecation.\n"]]