- Add NativeLib Addon into your project.
- Find
RATEME
in plugins list and press "Install" button. - Enable Custom Build for Android use.
- Install NativeLib-CLI to your computer.
- Make
nativelib -i rateme
in your project directory. - Enable Custom Build for Android use.
The plugin wrapper will be automatically added into your autoloading list. Use global rateme
class anywhere in your code.
Call OS to show your user native rate dialog.
Attention: call this method only in appropriate circumstances, after your user have enough experience to rate your app correctly.