Appodeal Build Timeout

Hi, I’m attempting to use the appodeal plugin, and everytime i try to build my application, it won’t build and it’ll go to a building timeout.

Is there something i’m doing incorrectly?

my build.settings plugins look like this:

plugins = { ["plugin.appodeal"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true, appletvos=true } }, -- ["plugin.google.play.services"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } },--]] ["CoronaProvider.gameNetwork.apple"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true } }, ["plugin.iCloud"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, appletvos=true, osx=true } }, },

Since Appodeal is a mediation platform it includes a large number of 3rd party SDKs making it a big plugin which takes a long time to build. Android builds are faster, iOS builds take the longest time.

I’m suspecting you may be running into network timeouts during the build phase. Unfortunately I have no advice on how to remedy such a situation other than make sure you have a stable Internet connection. I’ve been able to compile with your settings without any issue even though the builds do take a long time.

Since Appodeal is a mediation platform it includes a large number of 3rd party SDKs making it a big plugin which takes a long time to build. Android builds are faster, iOS builds take the longest time.

I’m suspecting you may be running into network timeouts during the build phase. Unfortunately I have no advice on how to remedy such a situation other than make sure you have a stable Internet connection. I’ve been able to compile with your settings without any issue even though the builds do take a long time.