अपने Android ऐप्लिकेशन को Google Wallet के Android SDK टूल के लिए अनुमति देना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Google Wallet API एक Android SDK टूल उपलब्ध कराता है. इससे, आपको Google Wallet के साथ इंटिग्रेट करने की सुविधा मिलती है
नेटिव कोड के साथ, सीधे Android ऐप्लिकेशन में Google Wallet की सुविधाएं इस्तेमाल की जा सकती हैं.
Google Wallet Android SDK का इस्तेमाल करने के लिए, आपको अपने
Android ऐप्लिकेशन और आपके ऐप्लिकेशन साइनिंग सर्टिफ़िकेट का SHA-1 फ़िंगरप्रिंट. ये क्रेडेंशियल
इनका इस्तेमाल, आपके ऐप्लिकेशन के लिए पब्लिश करने के ऐक्सेस की अनुमति देने और अनुरोधों की पुष्टि करने के लिए किया जाएगा
को आपके ऐप्लिकेशन से Google Wallet API को भेजा जाता है.
1. अपने साइनिंग सर्टिफ़िकेट का SHA-1 फ़िंगरप्रिंट पाएं
अपने साइनिंग प्रमाणपत्र का SHA-1 फ़िंगरप्रिंट पाने के लिए,
इसे वापस पाने के लिए, Google Play services का दस्तावेज़:
[[["समझने में आसान है","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"]],["आखिरी बार 2024-08-29 (UTC) को अपडेट किया गया."],[[["The Google Wallet API offers an Android SDK for native app integration of Google Wallet features."],["You need to obtain your app's SHA-1 fingerprint and package name for authorization."],["Authorize your app via the Google Wallet console by providing the package name and SHA-1 fingerprint."]]],["The Google Wallet Android SDK requires app authorization using the app's package name and SHA-1 fingerprint. Retrieve the fingerprint via `keytool` or Gradle. Then, in the Google Pay & Wallet console, navigate to the 'Google Wallet API' section, and under 'App Permissions,' add your app details, including the package name and the obtained SHA-1 fingerprint. This process authorizes the app to use the Google Wallet API.\n"]]