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

Vungle sdk seems to be non compliant #49

Closed
asce4s opened this issue Aug 19, 2020 · 2 comments
Closed

Vungle sdk seems to be non compliant #49

asce4s opened this issue Aug 19, 2020 · 2 comments

Comments

@asce4s
Copy link

asce4s commented Aug 19, 2020

Got this message from google
"We found your app is using a non-compliant version of Vungle SDK which contains code to download or install applications from unknown sources outside of Google Play."

@staskochkin
Copy link
Collaborator

Hello @asce4s Appodeal React-Native plugin doesn't require to use Vungle adapter. You can disable it by adding next code in your project build.gradle (app module)

implementation ('com.appodeal.ads:sdk:2.6.5.+') {
        exclude group: 'com.appodeal.ads.sdk.networks', module: 'vungle'
}

@staskochkin
Copy link
Collaborator

Closing due to inactivity.

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

2 participants