javiersantos / PiracyChecker

An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more. API 14+ required.
Apache License 2.0
1.55k stars 174 forks source link

Inadequate Documentation #66

Closed lekeope closed 5 years ago

lekeope commented 5 years ago

Is there a sample App and a detailed behavior of what will happen when the conditions aren't met. The current documentation is inadequate.

What will be shown/happen per case bases?

Some gif or a youtube tutorial would go a long way.

Thanks!

jahirfiquitiva commented 5 years ago

I don't understand your request. Everything is explained in the readme. You can also create custom callbacks so you have all control over what will be shown or what will happen when license check fails or succeeds (being valid or invalid), etc. 🤔😕🤷🏻‍♂️

jahirfiquitiva commented 5 years ago

If you have specific questions, just ask

javiersantos commented 5 years ago

I think the documentation is well explained. The library blocks the use of the app in case of detecting an invalid license, among other methods.

You can also check the sample app : https://github.com/javiersantos/PiracyChecker/tree/master/app

I will close this issue for now.