appodeal / react-native-appodeal

Official React Native package that adds Appodeal SDK support to your react-native application.
https://appodeal.com
59 stars 37 forks source link

Vungle sdk seems to be non compliant #49

Closed asce4s closed 3 years ago

asce4s commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

Closing due to inactivity.