This extension provides functions to query for and request application permissions from the user or operating system. At the moment it supports only Android.
To use this library in your Defold project, add the needed version URL to your game.project
dependencies from Releases
To be able to use the extension, it’s enough to install it. However, there are some limitations that exist. For example:
Read the official Android Request runtime permissions documentation for a better understanding of the process.
The API uses a callback based system where events and data coming from the OS are passed to the game client through a callback function. Example is availible in the repository.
The source code is available on GitHub
Did you spot an error or do you have a suggestion? Please let us know on GitHub!
GITHUB