我通过Admob中介实现了AdColony奖励广告。它本身就能工作。然后,我也通过Admob中介实现了Vungle奖励广告。问题是AdColony要求每个活动在被覆盖的(onPause,onResume)方法中有AdColony.Pause()和AdColony.Resume()。: AdColony.configure() must be called before any other AdColony methods.If you have called AdColony</
我在我的安卓应用程序中包括了AdColony,现在我正在尝试用proguard导出我的应用程序。我找到了AdColony 和的配置。组合:# another config-keep class com.jirbo.adcolonyextends com.google.api.client.json.GenericJson {*;}
-keep class com.google.api.services
我用谷歌搜索了很多,还给Adcolony发了一封邮件
support ([http://support.adcolony.com/customer/portal/emails/new](http://support.adcolony.com/customer/portal/emails/new)), still i didn't get any mail from them.