-1

About application

  • I have made an Android application using Java programming language.
  • In application used Many third-party libraries
  • In the Application used default proguard used which are provided by SDK.
  • Added some third-party-related causes in the proguard file.
  • Also added GooglePlayBilling to our applications
  • Also added LVL by Google.
  • Added ProGuard by Guardsquare

Problem

  • Somehow our application is decompiled and recreated with actual code.
  • Create Mod APK and use it without purchase.

Requirements

  • Required Decompile Solution
  • How can we protect our application from creating MOD apk
  • How to protect the application from reverses engineering (Decompile or recreate application)
Robert
  • 39,162
  • 17
  • 99
  • 152
axita.savani
  • 406
  • 1
  • 6
  • 21
  • Related post: [Way to protect from Lucky Patcher / play licensing](https://stackoverflow.com/q/10585961/295004) and [Prevent/Make it difficult to patch Binary Assembly](https://stackoverflow.com/q/17225590/295004) – Morrison Chang Aug 05 '23 at 07:24
  • @MorrisonChang , I have already read many blogs and also applied many solutions but still my application is Decompile, and also used Mode APK. – axita.savani Aug 05 '23 at 08:10
  • If you have an own server involved you can perform server side license checking:https://developer.android.com/google/play/licensing/server-side-verification – Robert Aug 05 '23 at 17:33
  • @Robert, Hi is that possible to protect our application 100% using this feature? Bcz I have already added LVL but still not getting any results fro this feature. – axita.savani Aug 09 '23 at 05:27

0 Answers0