-
-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a98e4e
commit f0ce683
Showing
2 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |