osimuka / godotrequestreview

Godot module for prompting users to leave a review on your app in the App Store

Home Page:https://github.com/osimuka/godotrequestreview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GodotRequestReview

Godot module for prompting users to leave a review for your godot app in the App Store

How to use in your project

Place this module within the modules folder inside your godot source directory

initialise variable

var iphoneRequestReview
if OS.get_name() == 'iOS':
    iphoneRequestReview = Engine.get_singleton("GodotRequestReview")

request review within your app logic

...
iphoneRequestReview.requestReview()
...

Example in Game

About

Godot module for prompting users to leave a review on your app in the App Store

https://github.com/osimuka/godotrequestreview

License:MIT License


Languages

Language:C++ 57.3%Language:Objective-C++ 35.3%Language:Python 7.4%