v18.5
Some checks are pending
Android CI / build (push) Waiting to run

This commit is contained in:
chiteroman 2025-01-25 23:12:51 +01:00
parent 0a98e4e0f6
commit f0ce683ef0
2 changed files with 10 additions and 13 deletions

View File

@ -1,20 +1,17 @@
Telegram channel:
https://t.me/playintegrityfix
Device verdict should pass by default.
If not, try removing /data/adb/pif.json file.
Donations:
https://www.paypal.com/paypalme/chiteroman
If you are using TrickyStore and you have a valid keybox, but Strong
isn't passing, maybe you should change the ROM.
Stock ROMs gives the best results.
# IMPORTANT
# v18.4
Google implemented new checks, now, new Device verdict is like old Strong.
- Revert changes in v18.3
If you download [Play Integrity API Checker](https://play.google.com/store/apps/details?id=gr.nikolasspyr.integritycheck) you can check these new verdicts.
It seems that injecting a lib in the unstable process (GMS) doesn't work on some devices :(
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).
I tried to optimize the code to avoid battery drain.
# v18.5
- Fix Device verdict not passing on some devices.

View File

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