This is small native extension for Defold engine which allows to use native iOS Ratings and Reviews window.
You can use the DefReview extension in your own project by adding this project as a Defold library dependency. Open your game.project file and in the dependencies field under project add:
if (defreview and defreview.isSupported()) then
defreview.requestReview()
else
--do something else
end
Is feature supprorted (It's avaliable only on iOS 10.3+)
Show window.
If you have any questions or suggestions contact me: [email protected]