Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.27 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.27 KB

Defold-Apk_verifier

Defold-Apk_verifier Native Extension for the Defold Game Engine

This Extension allows check APK install source (Google play or not) and get APK bundle id to compare with project bundle id (case, when APK is hacked)

Platforms

  • Android

Setup

You can use the Defold-Apk_verifier 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/Melsoft-Games/defold-apk_verifier/archive/master.zip

Or point to the ZIP file of a specific release.

API

apk_verifier.get_package_name()

return string for compare with project package name

apk_verifier.is_installed_from_market()

return bool for check play market installation

License, Authors

MIT license This NE wrapped by Denis Smirnov

Issues and suggestions

If you have any issues, questions or suggestions please create an issue or contact me: insality@gmail.com