[SOLVED] Sdkbox chartboost ios not calling reward callback

Hi, I’m porting to iOS and chartboost reward callback is never called. On Android all works fine. iOS listener seems ok as onChartboostCached and onChartboostShouldDisplay (i just return true here) are called.

Ad is displayed fine but reward callback not called. Chartboost ad type in chartboost console reads ‘rewarded’.

I’m using latest sdkbox version on ios (istalled yesterday) and on Android updated about three months ago. Sdkbox config here:

"Chartboost": {
  "cache": {
    "mpaths_rewarded_charboost_ios": true
  },
  "signature": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  "id": "yyyyyyyyyyyyyyyyyyyyyyy",
  "ads": {
    "mpaths_rewarded_charboost_ios": {
      "type": "rewarded_video"
    }
  }
},

Working now, it seems chartbost needs a couple of hours to set up all parameters after ad campaign is created.

great, please [SOLVED] the title.