Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated loadNativeAd and loadRtbNativeAd() in favor of loadNativeAdMapper() and loadRtbNativeAdMapper(). #536

Open
hoangdinhphi92 opened this issue Oct 11, 2024 · 0 comments

Comments

@hoangdinhphi92
Copy link

In the Mobile Ads SDK Release Notes for version 23.1.0, it was noted:

Native Mediation adapters: Deprecated loadNativeAd() and loadRtbNativeAd() in favor of loadNativeAdMapper() and loadRtbNativeAdMapper(). Adapters should migrate to using these new load methods and related objects.

However, several mediation adapters, including FacebookMediationAdapter, MintegralMediationAdapter, and others, have not been updated to use loadRtbNativeAdMapper(). This results in the inability to load native ads with Mobile Ads SDK version 23.1.0 or later.

Steps to Reproduce:

  1. Update to Mobile Ads SDK version 23.1.0 or later.
  2. Attempt to load native ads using affected mediation adapters (e.g., FacebookMediationAdapter, MintegralMediationAdapter).
  3. Notice the failure due to deprecated methods.

Expected Outcome:
All mediation adapters should be updated to use loadNativeAdMapper() and loadRtbNativeAdMapper() as per the SDK release notes.

Screenshot:
Issue Screenshot

Please update the deprecated adapters accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant