我在播放普通设备的 Integrity Standard API 请求时收到 appRecognitionVerdict 为 UNRECOGNIZED_VERSION

问题描述 投票:0回答:1

当前正在从 API 获取此响应。

{“tokenPayloadExternal”:{“accountDetails”:{“appLicensingVerdict”:“LICENSED”},“appIntegrity”:{“appRecognitionVerdict”:“UNRECOGNIZED_VERSION”,“certificateSha256Digest”:[“KDSOFDOFJDOGKCasfjidofmo”],“packageName”:“包名称","versionCode":"1"},"deviceIntegrity":{"deviceRecognitionVerdict":["MEETS_DEVICE_INTEGRITY"]},"requestDetails":{"requestHash":"dsjandfkhsufcjnioxdcjsdASFSDGISPFkaiofjodkfolkfovfgvd= ","requestPackageName":"包名","timestampMillis":"123659412774525"}}}

我已参考https://developer.android.com/google/play/integrity/verdicts此文档,但没有找到任何解决方案来解决正常设备中的 UNRECOGNIZED_VERSION 错误。

有人可以提供有关如何处理此问题的见解或解决方案吗?

android kotlin google-api-client google-play-integrity-api
1个回答
0
投票

实际上,我们收到 UNRECOGNIZED_VERSION 作为响应,因为应用程序处于开发模式。当应用上线时,它将转换为 PLAY_RECOGNIZED_VERSION。

© www.soinside.com 2019 - 2024. All rights reserved.