Hi folks.
One simple question, if my APP have this name acme.apk, how can I check the name still the same. the original.
I mean, if an end user download from Google store the name is acme.apk, that is ok, but in other store copy the APK from google store and distribute outside of Google Store, and change the apk name to acme-otherstore.apk.
I guess, We are unable to validate the package name, because it is a simple zip file. right? and we don't have any forensic to check after unzip uncompressed the APK when run our APP.
One simple question, if my APP have this name acme.apk, how can I check the name still the same. the original.
I mean, if an end user download from Google store the name is acme.apk, that is ok, but in other store copy the APK from google store and distribute outside of Google Store, and change the apk name to acme-otherstore.apk.
I guess, We are unable to validate the package name, because it is a simple zip file. right? and we don't have any forensic to check after unzip uncompressed the APK when run our APP.