Defold native extension which allows the use of native iOS Ratings and Reviews window and Google Play In-App Review API.
To use this library in your Defold project, add the following URL to your game.project
dependencies:
https://github.com/defold/extension-review/archive/master.zip
We recommend using a link to a zip file of a specific release.
if (review and review.is_supported()) then
review.request_review()
else
--do something else
end
The source code is available on GitHub
Did you spot an error or do you have a suggestion? Please let us know on GitHub!
GITHUB