我试图用这行代码在我的 appdelegate 中初始化 AdColony:
AdColony.configureWithAppID(appID: "app id", zoneIDs: ["zoneid1", "zoneid2"], delegate: self, logging: true)
但是,我收到此错误:
无法使用类型为“(appID:String,zoneIDs:[String],委托:AppDelegate,日志记录:Bool)”的参数列表调用“configureWithAppID”