Disable Appodeal Toast Messages

Hello,

I’m working with Appodeal plugin and I want to disable some networks. In the build.settings file I have commented some of the networks. When the app starts some messages appear in the screen. They are something like: “ERROR: AmazonAds not found”. I get one for each disabled network. Is there a way to hide or disable this messages? I don’t want my users to see error messages. Thank you for your help!

You just have to put them in the list of disabled networks. Like this:

appodeal.init( adProvider.adListener, { appKey="xxx", disableWriteExternalPermissionCheck=true, disableNetworks = {"mintegral", "my\_target", "vungle"} } )

There was another post with this same question that I can’t find at the moment. But this was the solution.

Hello,

Thank you for your answer. It works!

Since you said that there was another post with the same question I made another search, but this time adding the word disableNetworks in the search field. This is what I found in the forums:

https://forums.coronalabs.com/topic/75686-appodeal-error-amazonads-not-found/?hl=disablenetworks#entry399492

https://forums.coronalabs.com/topic/75639-appodeal-plugin-errors/?hl=disablenetworks#entry398837

Sorry for the duplicate topic. First time I didn’t find those posts.

Thank you!

You just have to put them in the list of disabled networks. Like this:

appodeal.init( adProvider.adListener, { appKey="xxx", disableWriteExternalPermissionCheck=true, disableNetworks = {"mintegral", "my\_target", "vungle"} } )

There was another post with this same question that I can’t find at the moment. But this was the solution.

Hello,

Thank you for your answer. It works!

Since you said that there was another post with the same question I made another search, but this time adding the word disableNetworks in the search field. This is what I found in the forums:

https://forums.coronalabs.com/topic/75686-appodeal-error-amazonads-not-found/?hl=disablenetworks#entry399492

https://forums.coronalabs.com/topic/75639-appodeal-plugin-errors/?hl=disablenetworks#entry398837

Sorry for the duplicate topic. First time I didn’t find those posts.

Thank you!