question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 6 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
kavanmevadacommented, Mar 29, 2018

@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]

0reactions
javiersantoscommented, Jan 22, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found