Problem with SDKBox Ratings & Reviews on iOS

Hello, guess i’m doing something wrong. Having with Ratings & Reviews in iOS. Works fine on Android but on iOS App Store opens but I’m getting a blank page with the following text: "Your request produced an error. [newNullResponse]

SDKBox Share config:

  "Review": {
    "LaunchLimit": 0, 
    "DayForReminding": 2, 
    "tryPromptWhenInit": false, 
    "AppID": "1268800298",
    "DayLimit": 0, 
    "LaunchForReminding": 2, 
    "UserEventLimit": 0
  },

Screenshot from App Store:

Nobody experienced the same or knows what could be happening? Have the game in the stores and iOS users can’t rate the game. Thanks.

Can you post the URL of your game on itunes?

1 Like

Its the same id.

itunes.apple.com/us/app/messy-paths/id1268800298

I tested with Xcode9 and iOS11 with project https://github.com/sdkbox/sdkbox-sample-review cpp

reproduced this issue in Simulator and iPhone 6s device.

just release a hotfix release for Review 2.3.17.2 plugins.
U can update with command:

sdkbox update -s main --nohelp

Thanks,

1 Like