iOS native prompt

Hi all,

Is it possible to show the iOS native rating prompt (with the star buttons) using cocos js?

Thanks

plz try sdkbox:

python -c """import urllib; s = urllib.urlopen('https://raw.githubusercontent.com/sdkbox-doc/en/master/install/install.py').read(); exec(s)"""

sdkbox import review

code

sdkbox.PluginReview.init();
sdkbox.PluginReview.rate();

DONEā€¦