I am thinking of ways to harden the final app/APK.
Is it possible to verify the App's signature/certificate during runtime? Basically a simple check to see if the APK had been decompiled or resigned? And also a check for the "Debuggable" flag that could be added in the manifest editor?
I know most of these events are futile in the hands of hackers, but it would make things a little bit harder.
Basically, I am trying to obfuscate the possibility of someone inserting malware into my APK or break the licensing system and recompile.
Is it possible to verify the App's signature/certificate during runtime? Basically a simple check to see if the APK had been decompiled or resigned? And also a check for the "Debuggable" flag that could be added in the manifest editor?
I know most of these events are futile in the hands of hackers, but it would make things a little bit harder.
Basically, I am trying to obfuscate the possibility of someone inserting malware into my APK or break the licensing system and recompile.