-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lucky patcher still detected after uninstalled #81
Comments
this is my implementation, I am NOT using the uninstalled apps check private void piracyCheck(){
checker = new PiracyChecker(this)
.enableGooglePlayLicensing("censored")
// check for things like lucky patcher below
.enableUnauthorizedAppsCheck()
// only allow app to be installed from google play below
.enableInstallerId(InstallerID.GOOGLE_PLAY, InstallerID.AMAZON_APP_STORE, InstallerID.GALAXY_APPS)
//.enableDebugCheck();
// Add as many library customizations as you want
checker.start();
} |
Did they clear cache and storage for your app by any chance? |
Not sure.
…On Sun, Apr 26, 2020, 4:54 AM Avi Parshan ***@***.***> wrote:
Did they clear cache and storage for your app by any chance?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AENGBZESWE6LEPWC6574HKDROPZC7ANCNFSM4MDYCMPQ>
.
|
I'm experiencing the same issue. I'm just checking .enableUnauthorizedAppsCheck().display(piracyCheckerDisplay) and nothing else. |
@maxx2478 folders check is disabled by default, |
Thanks for your reply, but not adding folderscheck doesn't work. Library still detects lucky patcher when it us not installed. I'd cleared cache and data too. |
I've found the solution. So, we need to show a 'learn more' or 'lucky patcher uninstalled, still facing problem, click here to know how to completely remove lucky patcher' and then instruct user to remove every app that has a lucky patcher like app icon. |
@maxx2478 I have done the method above, but the results still can't & a notification appears "Please uninstall the lucky patcher" |
try:
I'd this problem too, reinstalling lucky patcher and following the same steps did the job. |
I've done that.
but the result is the same, is my method above wrong? |
strange. Are you sure you are not using deep scan method of this library? |
No, I use LP or other apps normally.. |
How? anyone can help solve the problem above |
Details
1.2.6
unknown
unknown
Possibly related to closed issue #30
I have not tested. Below is an email I got from a user.
I have telled them to uninstall my app (to clear sharedprefs) and search their phone for any lucky patcher folders and delete it before reinstalling my app. I don't know if it will work but i hope this user dont leave bad review as they say.
The text was updated successfully, but these errors were encountered: