Defold review and rating extension API documentation

Defold native extension which allows the use of native iOS Ratings and Reviews window and Google Play In-App Review API.

Installation

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.

Example

screenshot iOS Screenshot android

if (review and review.is_supported()) then
  review.request_review()
else
  --do something else
end

Source code

The source code is available on GitHub

API reference

API Reference - review