Skip to content

Defold NE for check APK install source and bundle id

License

Notifications You must be signed in to change notification settings

Melsoft-Games/defold-apk_verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Defold NE for check APK install source and bundle id

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published