[Solved]AppReview Import and Language problem

I just started with the appReview. A couple of maybe stupid questions:
1, import errors from the command: sdkbox import review
unknown file extension:
please add extension and Xcode type to PBXFileReference.types
failed to patch file AppDelegate.cpp
Please reference the online documentation to finish the integration:
http://sdkbox-doc.github.io/en/plugins/review/v3-cpp/
Some installation steps failed.
Please refer to the online documentation, for instructions on how to complete the installation manually.
Installation completed with errors :expressionless:

I added the necessary codes according to the sample add and it worked. However, I wanted know why it failed .

2, It indeed worked. However, the window that popped up are using Japanese Language. how can I fix this one?

Thanks

I found the solutions.
I need to do the following before call the init function.
sdkbox::PluginReview::setTitle(“");
sdkbox::PluginReview::setMessage("
*”);
sdkbox::PluginReview::setCancelButtonTitle(“No,Thanks”);
sdkbox::PluginReview::setRateButtonTitle(“Rate it now”);
sdkbox::PluginReview::setRateLaterButtonTitle(“Remind me later”);

Thanks,

Hello @newguy

Glad it worked for you. :smile:
If it has solved your issue, could you please mark it as [SOLVED] as prefix of the thread title, as that would help us tracking.

Best,
Pabitra