my Android App obfuscated with Proguard and protected by Googles LVL has been cracked probably by a tool like Lucky Patcher removing the License check :-(

Do you know of any better ways of implementing the Google License Check, possibly modifying the licence library as described here or using some other technique preferably without communicating with a server.

Thank you

有帮助吗?

解决方案

Generally, follow the guidelines in the article and change the default LVL implementation. More specifically, get the cracked version and try to find exactly what they changed, then focus on that part.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top