Skip to content

Commit

Permalink
v18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chiteroman committed Jan 25, 2025
1 parent 0a98e4e commit f0ce683
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
17 changes: 7 additions & 10 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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

Google implemented new checks, now, new Device verdict is like old Strong.

# v18.4
If you download [Play Integrity API Checker](https://play.google.com/store/apps/details?id=gr.nikolasspyr.integritycheck) you can check these new verdicts.

- Revert changes in v18.3
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).

It seems that injecting a lib in the unstable process (GMS) doesn't work on some devices :(
# v18.5

I tried to optimize the code to avoid battery drain.
- Fix Device verdict not passing on some devices.
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit f0ce683

Please sign in to comment.