SKStoreReviewController plugin for Gideros
- Copy contents of source/IOS directory into your exported project's Plugins directory
- Add copied files to your Xcode project (Check create groups for added folders)
require("storeReview")
local hasShown = storeReview:requestReview()
print(hasShown)