PlayIntegrityFix icon indicating copy to clipboard operation
PlayIntegrityFix copied to clipboard

Unable to pass Device Integrity

Open gchib297 opened this issue 1 year ago • 4 comments

Hello, I'm unable to pass device integrity on Redmi 5 (rosy) ; Android 8.1.0. Can someone help fix this?

PlayIntegrityFix version installed: v15.9.7 | Magisk 27.0 Google play services and Google Play Store added to Denylist and Shamiko installed

Below are results from Simple Play Integrity Checker: image

{
  "accountDetails": {
    "appLicensingVerdict": "LICENSED"
  },
  "appIntegrity": {
    "appRecognitionVerdict": "PLAY_RECOGNIZED",
    "certificateSha256Digest": [
      "_zjHvW5D0vMAQ78JM2p2uWx9XLBnXWGIsg7yiyrP7ec"
    ],
    "packageName": "com.henrikherzig.playintegritychecker",
    "versionCode": "7"
  },
  "deviceIntegrity": {
    "deviceRecognitionVerdict": [
      "MEETS_BASIC_INTEGRITY"
    ]
  },
  "requestDetails": {
    "nonce": "VFFRcEdSVjRRMnptODBZTWxjZzcxTmluQ0pUcnA4Q0N4dTlNV2FWeWpKUjJidzFrM0Y\u003d",
    "requestPackageName": "com.henrikherzig.playintegritychecker",
    "timestampMillis": 1715170385421
  }
}

This was working previously with same configuration but device integrity fails now in Google Play verification

gchib297 avatar May 08 '24 12:05 gchib297