im trying to initialize AdColony in my appdelegate with this line of code:
AdColony.configureWithAppID(appID: "app id", zoneIDs: ["zoneid1", "zoneid2"], delegate: self, logging: true)
however, I getting this error:
Cannot invoke 'configureWithAppID' with an argument list of type '(appID: String, zoneIDs: [String], delegate: AppDelegate, logging: Bool)"
make sure u add adcolonydelegate after appdelegate