Reputation: 410
I am making paid application and I check license using Google LVL library. But some patchers (like Lucky Patcher) can remove that license check. How can I protect it from patching or in what way I can make a remote server from license check?
Upvotes: 3
Views: 769
Reputation: 322
If your app uses data from a server, you can send the licence number with the requests and you can deny the answer when the licence is invalid.
Upvotes: 0
Reputation: 1662
Since anyone has access to your apk you can't prevent patching. Although you can make it way more difficult is several ways:
Upvotes: 3