Defold APK Verifier
Defold NE for check APK install source and bundle id
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)
Short 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
Examples you can find in GitHub repository
Notes
This is extension, what we use in Family Age
If you will use our extension and find some bugs or have some suggestions, you are welcome, tell about it!
NE wrapped by @denis.smirnov.by