appodeal/appodeal-ios-demo

disable networks ?

Closed this issue · 2 comments

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

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

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