From f0ce683ef0782ec090c26c51bd7385f1c8e7b3f6 Mon Sep 17 00:00:00 2001 From: chiteroman Date: Sat, 25 Jan 2025 23:12:51 +0100 Subject: [PATCH] v18.5 --- changelog.md | 17 +++++++---------- update.json | 6 +++--- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/changelog.md b/changelog.md index e9481bd..5721c5e 100644 --- a/changelog.md +++ b/changelog.md @@ -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. \ No newline at end of file +# v18.5 + +- Fix Device verdict not passing on some devices. diff --git a/update.json b/update.json index 027a85d..b99c753 100644 --- a/update.json +++ b/update.json @@ -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" }