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)