[SOLVED] SDKBox Fyber Callback/Listener Problem

Hi, i’m looking to integrate Fyber Offerwall into my app. the set up went good. but I can’t reward the users for offer completion. the callback isn’t fired somehow.

I believe these two functions are responsible for that :
void onVirtualCurrencyConnectorFailed
void onVirtualCurrencyConnectorSucess
but they aren’t responding,

the problem doesn’t have anything to do with fyber listener though as void onOfferWallFinish(int status);
is working.

can anyone help?

you need to call sdkbox::PluginFyber::requestDeltaOfCoins(); to request the reward.
And need some configuration with Fyber DASHBOARD , iOS setting is here .
Thanks,

It worked! THANK YOU A LOT!
I believe this somehow needs to be mentionned clearly in the docs. I thought :
void onVirtualCurrencyConnectorFailed
void onVirtualCurrencyConnectorSucess
were going to be called on offerwall exit automatically like the onRewardAction of sdkboxads.

Sorry for the missing explanation.
Update the documentation with this .

Thanks,