License always fails
See original GitHub issue- I have verified there are no duplicate active or recent bugs, questions, or requests.
- I have verified that I am using the latest version of PiracyChecker.
- I have given my issue a non-generic title.
- I have read over the documentation (before asking questions on how to do something).
Details
- PiracyChecker version:
1.2
- Device OS version:
8.0.0
- Device Manufacturer:
Xiamo
- Device Name:
Mi A1
Builder
new PiracyChecker(this)
.enableGooglePlayLicensing("XXXX")
//.enableInstallerId(InstallerID.GOOGLE_PLAY)
.enableSigningCertificate("XXXXX")// The original APK signature for the PRODUCTION version
.enableUnauthorizedAppsCheck()
.saveResultToSharedPreferences(mpref, "valid_license")
.enableDebugCheck()
.display(Display.ACTIVITY);
.start();
Reproduction Steps
Expected Result
License success
Actual Result
License fail
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
License always failed to connect - Appium Studio
I am facing this issue every single day at random time and since yesterday I can not open Appium Studio due to licensing...
Read more >Driver's License Test PASS FAIL Mistake Compilation - YouTube
A compilation of the GOOD, the BAD, & the UGLY of skills required to pass your driver's test. DRIVER'S LICENSE CHECKLIST: ...
Read more >12 Most Common DMV Driving Test Mistakes & Automatic Fails
1. Failing to Fasten Seatbelt ... You should always fasten your seatbelt after entering a motor vehicle, whether you are the driver or...
Read more >"The License manager is not functioning or is improperly ...
A deployment install is a workaround when normal installation fails because of locked or deleted license information.
Read more >5 Simple Tips To Ace Your Permit Test Where Others Fail
Reports indicate that at least 35% of applicants do not pass the permit test on their first attempt. Check these simple tips and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Alikaraki95 here is the fix https://medium.com/@kavanmevada/signing-certificate-verification-from-android-app-d50339f868d9
I hope GooglePlayLicensing will also work again in your Privacy Checker [just mention a person]
That’s a good point, thank you for letting me know @Alikaraki95. Google Play App Signing removes the original signature and add another one, so it becomes invalid. I will update the README.