apk protection

  1. D

    Android Question Prevent APK from Unauthorised Reading

    To my understanding an Android APK is inherently insecure and can be read by anyone. This is problematic as we want to keep our code secret as it uses some clever tricks we do not want copied. Further, we need to embed encryption keys in our APK which we don't want read. Any thoughts on how...
Top