Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Melsoft-Games/defold-apk_verifier
Defold NE for check APK install source and bundle id
https://github.com/Melsoft-Games/defold-apk_verifier
defold defold-library defold-module
Last synced: 5 days ago
JSON representation
Defold NE for check APK install source and bundle id
- Host: GitHub
- URL: https://github.com/Melsoft-Games/defold-apk_verifier
- Owner: Melsoft-Games
- License: mit
- Created: 2019-04-02T19:56:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T20:37:56.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T17:01:41.346Z (18 days ago)
- Topics: defold, defold-library, defold-module
- Language: C++
- Size: 62.5 KB
- Stars: 7
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-defold - APK Verifier
README
![](docs/logo.png)
# Defold-Apk_verifier
Defold-Apk_verifier [Native Extension](https://www.defold.com/manuals/extensions/) for the [Defold Game Engine](https://www.defold.com)
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](https://www.defold.com/manuals/libraries/). 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](https://github.com/Melsoft-Games/defold-apk_verifier/releases).
## 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](https://github.com/trouble1337)## Issues and suggestions
If you have any issues, questions or suggestions please [create an issue](https://github.com/Melsoft-Games/defold-apk_verifier/issues) or contact me: [email protected]