I'm developing an app, and I have integrated the license verification library to control my app. But I've noticed that rooted phones can crack the license of the app with the app Lucky Patcher. Is there any way to protect apps from this?
Thank you
I'm developing an app, and I have integrated the license verification library to control my app. But I've noticed that rooted phones can crack the license of the app with the app Lucky Patcher. Is there any way to protect apps from this?
Thank you
There is multiple ways but none are secure 100%. You can use :
You can find a lot here : Securing android lvl applications
Even if you protect your app from the automatic "lucky app patch" keep in mind that a hacker can easily remove this check too by hand. (Wondering why it's not automatically done already checking the android.os.Process.killProcess(android.os.Process.myPid())
and removing it).