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

sdk version error fixed #310

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

sdk version error fixed #310

wants to merge 1 commit into from

Conversation

Kweiza
Copy link

@Kweiza Kweiza commented Dec 26, 2021

Summary

It can't show any type of ads with getting the error message:
Error: The SDK version in the ad request is no longer supported for new apps. Please upgrade to the latest version of
the SDK.

Test plan

  1. You can't see any ads by current version of react-native-fbads and you can see the error message.
  2. after modifying 'implementation 'com.facebook.android:audience-network-sdk:6.2.+' to implementation 'com.facebook.android:audience-network-sdk:6.+'.
  3. You can see ads now.

Copy link

@firmandev firmandev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is working my issue

@HamzaAitOumghar
Copy link

i have the same problem using the last version EXPO 45 and expo-ads-facebook ?

atish-sharma added a commit to atish-sharma/react-native-fbads that referenced this pull request Sep 16, 2022
callstack#310 (comment)

Problem
----------
It can't show any type of ads without getting the error message:
Error: The SDK version in the ad request is no longer supported for new apps. Please upgrade to the latest version of the SDK.

Solution
----------
Change "implementation 'com.facebook.android:audience-network-sdk:6.2.+" to "implementation 'com.facebook.android:audience-network-sdk:6.+'".
Copy link

@fabio-alss-freitas fabio-alss-freitas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes android ads not showing using expo.

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

Successfully merging this pull request may close these issues.

5 participants