This commit is contained in:
chiteroman 2025-02-20 23:04:10 +01:00
parent 1112fb35da
commit 124dd91724
2 changed files with 11 additions and 11 deletions

View File

@ -4,14 +4,14 @@ https://t.me/playintegrityfix
Donations: Donations:
https://www.paypal.com/paypalme/chiteroman https://www.paypal.com/paypalme/chiteroman
# IMPORTANT # Info
Google implemented new checks, now, new Device verdict is like old Strong. Should pass Device verdicts (legacy and new) by default without spoofing a valid certificate chain.
If you download [Play Integrity API Checker](https://play.google.com/store/apps/details?id=gr.nikolasspyr.integritycheck) you can check these new verdicts. If you want to pass Strong verdicts you must use [TrickyStore](https://github.com/5ec1cff/TrickyStore) + valid and not revoked keybox signed by valid Google private key (good luck finding one).
If you want to pass new Device verdict you must spoof a valid certificate chain. You can spoof it using [TrickyStore](https://github.com/5ec1cff/TrickyStore) module along PIF (recommended). # v18.6
# v18.5 - Update fingerprint.
- Update autopif script (action script).
- Fix Device verdict not passing on some devices. - Bypass new checks.

View File

@ -1,6 +1,6 @@
{ {
"version": "v18.5", "version": "v18.6",
"versionCode": 18500, "versionCode": 18600,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v18.5/PlayIntegrityFix_v18.5.zip", "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v18.6/PlayIntegrityFix_v18.6.zip",
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
} }