Skip to content

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

License

Notifications You must be signed in to change notification settings

osimuka/godotrequestreview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published