SafetyNet Attestation API के बंद होने के बारे में जानकारी
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
SafetyNet Attestation API को 2022 में बंद कर दिया गया था और जनवरी 2025 में इसे पूरी तरह से बंद कर दिया गया. डेवलपर को Play Integrity API पर माइग्रेट करना चाहिए. यह एक ही एपीआई के तहत, सुरक्षा से जुड़ी कई सुविधाओं को एक साथ उपलब्ध कराता है. इनमें, SafetyNet की पुष्टि करने वाले एपीआई से मिलने वाला सुरक्षा से जुड़ा नतीजा भी शामिल है.
Play Integrity API का इस्तेमाल करने के लिए, अपने ऐप्लिकेशन को सेट अप करना
हमारा सुझाव है कि आप Play Integrity API पर माइग्रेट कर लें, ताकि आपके ऐप्लिकेशन के साथ होने वाले जोखिम भरे इंटरैक्शन का पता लगाने और गलत इस्तेमाल को रोकने में कोई रुकावट न आए.
दोनों एपीआई एक जैसे हैं. इसलिए, अगर आपने पहले ही गलत इस्तेमाल को रोकने की रणनीति तय कर ली है और SafetyNet Attestation का इस्तेमाल किया जा रहा है, तो माइग्रेशन आसानी से हो जाएगा. Play Console का इस्तेमाल करके, Play Integrity API को सेट अप करना शुरू किया जा सकता है.
SafetyNet Attestation API को पूरी तरह बंद करना
SafetyNet Attestation API को कॉल करने पर, आपको गड़बड़ी का मैसेज दिखेगा.
attest एपीआई एक ऐसा टास्क दिखाता है जो हमेशा on
failure listener को ApiException और स्टेटस कोड 7 (NETWORK_ERROR
) के साथ शुरू करता है. अगर आपने अपने ऐप्लिकेशन का ऐसा वर्शन रिलीज़ किया है जो Play Integrity API का इस्तेमाल करता है, तो आपको अपने उपयोगकर्ताओं को अपना ऐप्लिकेशन अपडेट करने का निर्देश देना चाहिए.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-26 (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-07-26 (UTC) को अपडेट किया गया."],[],[],null,["# About the SafetyNet Attestation API deprecation\n\nThe SafetyNet Attestation API was deprecated in 2022 and fully turned down in\nJanuary 2025. Developers should migrate to the [Play Integrity API](/google/play/integrity) that\nconsolidates multiple integrity offerings (including the SafetyNet Attestation\nintegrity verdict) under a single API.\n\nSetting up your app to use the Play Integrity API\n-------------------------------------------------\n\nWe recommend that you migrate to the Play Integrity API to avoid any disruptions\nin detecting risky interactions with your app and fighting abuse.\n\nThe two APIs are conceptually similar, so if you've already defined your\nanti-abuse strategy and were using SafetyNet Attestation, the migration is\nstraightforward. You can [start to set up](/google/play/integrity/setup) the Play Integrity API using your\n[Play Console](https://play.google.com/console/u/0/developers) now.\n\nSafetyNet Attestation API full turndown\n---------------------------------------\n\nIf you try to call the SafetyNet Attestation API, you will receive an error.\nThe [attest](https://developers.google.com/android/reference/com/google/android/gms/safetynet/SafetyNetClient#public-tasksafetynetapi.attestationresponse-attest-byte%5B%5D-nonce,-string-apikey) API returns a task that always invokes the [on\nfailure listener](https://developers.google.com/android/reference/com/google/android/gms/tasks/Task#addOnFailureListener(com.google.android.gms.tasks.OnFailureListener)) with an [ApiException](https://developers.google.com/android/reference/com/google/android/gms/common/api/ApiException) and a\n[status code](https://developers.google.com/android/reference/com/google/android/gms/common/api/ApiException#getStatusCode()) of 7 (`NETWORK_ERROR`). If you have released a\nversion of your app that uses the Play Integrity API, you should instruct your\nusers to update their app."]]