Does anyone know how to access the key that signed the APK via C++ in Android?
I’d like to check to make sure that the APK is signed with my production key. This will annoy pirates, and doing it in C++ will be harder to work around then Java.
The file is located in META-INF, but I’m not sure exactly how to read those files from C++.