apk - Protect Android Application From Moding -


we have challenge reverse engineer modding our app , change behavior of , repack it.

we added app signature checking code reverse engineer can found part , disabled it.

the challenge third-party api use must done on client , can't perform on server. have idea increase security of app ?

i have 3 things in mind security.

  1. use proguard code deobfuscation
  2. write native code secured part. can't reverse engineered
  3. or process secured part in server side & use result.

Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -