Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mertkurum/GiderosStoreReview
- Owner: mertkurum
- License: mit
- Created: 2017-04-04T17:38:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T11:01:10.000Z (over 7 years ago)
- Last Synced: 2024-08-02T19:37:21.206Z (3 months ago)
- Topics: game, gideros, ios, plugin, skstorereviewcontroller
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
- awesome-gideros - SKStoreReview - Gideros Plugin for SKStoreReviewController iOS 10.3+. (Resources / Plugins)
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)