Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mertkurum/GiderosStoreReview

SKStoreReviewController plugin for Gideros
https://github.com/mertkurum/GiderosStoreReview

game gideros ios plugin skstorereviewcontroller

Last synced: 1 day ago
JSON representation

SKStoreReviewController plugin for Gideros

Awesome Lists containing this project

README

        

# Gideros Store Review

SKStoreReviewController plugin for Gideros

# Install
* 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)

# Usage


require("storeReview")
local hasShown = storeReview:requestReview()
print(hasShown)