SDKBOX PluginReview with multiple Targets not working properly

Hi there,
i added SDKBOX PluginReview .
It works nice in the first project (com.game.1) I have, but I created a target for another game similar in code (different in content com.game.2 ) and the plugin stills redirects the users to rate the original target (com.game.1)
Where i can change this behavior?
Thanks

You can setup which app it points to in sdkbox_config.json

    "ios": {
        "Review":{
            "AppID":"587767923",
            ...
        }
    },

The AppID is the app it will point to

1 Like

You are awesome , that worked!