appodeal-cordova-plugin
appodeal-cordova-plugin copied to clipboard
callbacks ?
HI, i would like to know how to disable completely the callbacks ? i got much cpu usage and i would like to remove them completely thank you
any news ?
@matrixreal hello, for iOS callbacks are disabled by default, so if you haven't enabled them manually then they are not active
but i see them in the log with simulator and with real device
what exactly do you see in log? could you please paste it here?

that is not callback log, it's just appodeal SDK logs
ok yes how to disable them please thank you
you can call Appodeal.setLogging(false) before initialising appodeal
ok thank you will you update admod sdk soon?
yeah, we will soon update all the networks inside our SDK, can't say the exact date for now
ok last question what do this call exactly? Appodeal.disableLocationPermissionCheck();
sorry this one Appodeal.disableLocationPermissionCheck();
this method disables user location tracking for appodeal SDK, it will be updated with next release of plugin
@meeeeeepo ok thank you what are callbacks exactly ? what is the use of ?
@matrixreal callbacks are needed to catch some events occuring in appodeal SDK, like loading ads or showing them You can read about it here: https://www.appodeal.com/sdk/documentation?framework=9&full=1&platform=4#p_4_6
@meeeeeepo so it's better to disable them once we build the ipa for distribution ?
@matrixreal It's all up to you, usually developers use callbacks to do something when needed event occured, for example if you are showing rewarded or skippable video you can give a reward to player when video was finished
@matrixreal is it working for you now?