Google Wallet Android SDK-এর জন্য আপনার Android অ্যাপ অনুমোদন করা হচ্ছে
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
Google Wallet API একটি Android SDK প্রদান করে যাতে আপনার জন্য Google Wallet ক্ষমতাগুলিকে সরাসরি আপনার Android অ্যাপে নেটিভ কোডের সাথে সংহত করা সহজ হয়৷
Google Wallet Android SDK ব্যবহার করতে, আপনাকে অবশ্যই আপনার Android অ্যাপের প্যাকেজ নাম এবং আপনার অ্যাপ স্বাক্ষরকারী শংসাপত্রের SHA-1 ফিঙ্গারপ্রিন্ট প্রদান করতে হবে। এই শংসাপত্রগুলি আপনার অ্যাপের জন্য প্রকাশনার অ্যাক্সেস অনুমোদন করতে এবং Google Wallet API-তে আপনার অ্যাপের পাঠানো অনুরোধগুলিকে প্রমাণীকরণ করতে ব্যবহৃত হয়।
আপনার সাইনিং সার্টিফিকেটের SHA-1 ফিঙ্গারপ্রিন্ট পেতে, Google Play পরিষেবার ডকুমেন্টেশনের নির্দেশাবলী অনুসরণ করুন যাতে নিম্নলিখিতগুলির যেকোনো একটি ব্যবহার করে এটি পুনরুদ্ধার করা যায়:
'অ্যাপ অনুমতি' বাক্সে, '+ একটি অ্যাপ যোগ করুন' বোতামে ক্লিক করুন।
আপনার অ্যাপের প্যাকেজের নাম এবং আপনার SHA-1 ফিঙ্গারপ্রিন্ট লিখুন।
'অ্যাপ্লিকেশন যোগ করুন' এ ক্লিক করুন।
যদি আপনার প্যাকেজের নাম এবং অ্যাপ 'অ্যাপ অনুমতি' বাক্সে উপস্থিত হয়, তাহলে আপনার অ্যাপ Google Wallet Android SDK ব্যবহার করে Google Wallet API-এ অনুরোধ পাঠাতে অনুমোদিত৷
[[["সহজে বোঝা যায়","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-15 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe Google Wallet API offers an Android SDK for native app integration of Google Wallet features.\u003c/p\u003e\n"],["\u003cp\u003eYou need your app's package name and SHA-1 fingerprint for authorization and authentication.\u003c/p\u003e\n"],["\u003cp\u003eAuthorize your app in the Google Wallet console by providing your app's package name and SHA-1 fingerprint.\u003c/p\u003e\n"]]],["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"],null,["# Authorizing your Android app for the Google Wallet Android SDK\n\nThe Google Wallet API provides an Android SDK to make it easier for you to integrate\nGoogle Wallet capabilities directly in your Android apps with native code.\n\nTo use the Google Wallet Android SDK, you must provide the package name of your\nAndroid app, and the SHA-1 fingerprint of your app signing certificate. These credentials\nare used to authorize publishing access for your app, and authenticate requests\nsent by your app to the Google Wallet API.\n\n1. Get the SHA-1 fingerprint of your signing certificate\n--------------------------------------------------------\n\nTo get the SHA-1 fingerprint of your signing certificate, follow the directions in the\nGoogle Play services documentation for retrieving it using either of the following:\n\n- [keytool](/android/guides/client-auth#using_keytool_on_the_certificate)\n- [Gradle](/android/guides/client-auth#using_gradles_signing_report)\n\nThe SHA-1 fingerprint of your signing certificate looks similar to this: \n\n DA:39:A3:EE:5E:6B:4B:0D:32:55:BF:EF:95:60:18:90:AF:D8:07:09\n\n2. Authorize your app in the Google Wallet console\n--------------------------------------------------\n\nOnce you have your SHA-1 fingerprint, do the following to authorize your Android\napp in the Google Wallet console.\n\n1. Go to the [Google Pay \\& Wallet console](https://pay.google.com/business/console/).\n2. In the left nav, click 'Google Wallet API' to open the Google Wallet console.\n3. Click the 'Additional features' tab.\n4. In the 'App Permissions' box, click the '+ Add an app' button.\n5. Enter the package name of your app and your SHA-1 fingerprint.\n6. Click 'Add application'.\n\nIf your package name and app appear in the 'App Permissions' box, your app is authorized\nto send requests to the Google Wallet API using the Google Wallet Android SDK."]]