Play Integrity API ライブラリ リリースノート
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このページでは、Play Integrity API の Maven リポジトリの最新のアップデート内容について説明します。
1.5.0(2025-08-28)
1.4.0(2024-07-29)
1.3.0(2023-11-14)
1.2.0(2023-07-31)
1.1.0(2023-01-25)
- 新しいエラーコード:
CLIENT_TRANSIENT_ERROR。
これは、デバイスで一時的なエラーが発生したことを示します。デベロッパーは指数バックオフで再試行する必要があります。
- ライブラリによって生成された内部リクエストにライブラリのバージョンが含まれるようになりました。これにより、使用されているバージョンに基づいてレスポンスをカスタマイズできます。
1.0.2(2022-09-27)
- API メソッドとエラーコードについてのドキュメントを更新。
- 内部レイテンシの測定を目的としたリクエスト タイムスタンプを追加。
1.0.1(2022-03-09)
- エラー処理を改善。
- Unity クライアント ライブラリの統合を簡素化するために軽微な変更を追加。
1.0.0(2022-02-14)
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-08-29 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-08-29 UTC。"],[],[],null,["# Play Integrity API Library release notes\n\nThis page explains what's in the recent updates to the [Maven\nrepository](https://maven.google.com/web/index.html#com.google.android.play:integrity)\nfor the [Play Integrity API](/google/play/integrity).\n\n1.4.0 (2024-07-29)\n------------------\n\n- Added new dialog codes for [Play remediation dialog](/google/play/integrity/remediation) that you can trigger when app access risk detects capturing or controlling apps.\n- Added support for app access risk signal in [Standard API requests](/google/play/integrity/standard) and an option [to opt out from app access risk](/google/play/integrity/reference/com/google/android/play/core/integrity/model/StandardIntegrityVerdictOptOut#APP_ACCESS_RISK) on a per-request basis.\n- Improved detection of [PLAY_STORE_VERSION_OUTDATED](/google/play/integrity/error-codes#iErr_14) errors.\n\n1.3.0 (2023-11-14)\n------------------\n\n- Added support for [Play remediation dialog](/google/play/integrity/remediation) that you can trigger when the user is unlicensed for your app.\n- New error codes for [Standard API requests](/google/play/integrity/standard):\n - [CLIENT_TRANSIENT_ERROR](/google/play/integrity/error-codes#iErr_18). This indicates that a transient error has occurred on the device while preparing an integrity token provider. Developers should [retry with\n exponential backoff](/google/play/integrity/error-codes#retry-logic).\n - [INTEGRITY_TOKEN_PROVIDER_INVALID](/google/play/integrity/error-codes#iErr_19). This indicates that a prepared integrity token has become invalid. Developers should prepare a new integrity token provider.\n\n1.2.0 (2023-07-31)\n------------------\n\n- Added support for [Standard API requests](/google/play/integrity/standard).\n\n1.1.0 (2023-01-25)\n------------------\n\n- New Error Code: [CLIENT_TRANSIENT_ERROR](/google/play/integrity/error-codes#iErr_18). This indicates that a transient error has occurred on the device. Developers should [retry with exponential\n backoff](/google/play/integrity/error-codes#retry-logic).\n- Internal request generated by the library now contains the library version. This allows for customized responses based on the version in use.\n\n1.0.2 (2022-09-27)\n------------------\n\n- Documentation updates for API methods and error codes.\n- Added request timestamp for internal latency measurement purposes.\n\n1.0.1 (2022-03-09)\n------------------\n\n- Improvements to error handling.\n- Minor change to simplify Unity client library integration.\n\n1.0.0 (2022-02-14)\n------------------\n\n- Initial release."]]