Skip to content

Native iOS Ratings and Reviews window for Defold

License

Notifications You must be signed in to change notification settings

alexeyfeskov/defreview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DefReview

This is small native extension for Defold engine which allows to use native iOS Ratings and Reviews window.

Installation

You can use the DefReview extension in your own project by adding this project as a Defold library dependency. Open your game.project file and in the dependencies field under project add:

https://github.com/AGulev/defreview/archive/master.zip

Example

screenshot

if (defreview and defreview.isSupported()) then
  defreview.requestReview()
else
  --do something else
end

LUA Api

defreview.isSupported()

Is feature supprorted (It's avaliable only on iOS 10.3+)

defreview.requestReview()

Show window.

If you have any questions or suggestions contact me: [email protected]

About

Native iOS Ratings and Reviews window for Defold

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 71.5%
  • Objective-C++ 24.2%
  • C 4.3%