How to avoid reverse engineering of an APK file?

后端 未结 30 2281
醉梦人生
醉梦人生 2020-11-21 22:27

I am developing a payment processing app for Android, and I want to prevent a hacker from accessing any resources, assets or source code from the APK file.<

30条回答
  •  误落风尘
    2020-11-21 22:49

    The other upvoted answers here are correct. I just want to provide another option.

    For certain functionality that you deem important you can host the WebView control in your app. The functionality would then be implemented on your web server. It will look like it's running in your application.

提交回复
热议问题