appodeal / appodeal-ios-demo

Appodeal iOS SDK Demo Project
13 stars 7 forks source link

disable networks ? #33

Closed matrixreal closed 6 years ago

matrixreal commented 6 years ago

Hello, i'm using appodeal for banner and interstitial (i don't want to use rewarded video) and i would like to disable some networks how can i do it ? thanks

matrixreal commented 6 years ago

i have an app that use only banner and interstitial (video and static) i want to remove the other rewarded video networks like unity adcolony since they don't offer banner or intersitial ads the size of the sdk is huge thank you

staskochkin commented 6 years ago

Hello! You can use Cocoapods integration and add only subspecies that you need Interstitial example:

target 'Name' do
 pod 'Appodeal/Interstitial', '~> 2.1'
end

Single network adapter example:

target 'Name' do
pod 'Appodeal/AppLovinAdapter', '~> 2.1'
end