Cookie Consent by Free Privacy Policy Generator ๐Ÿ“Œ Simpler Google Wallet integration for Android developers

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š Simpler Google Wallet integration for Android developers


๐Ÿ’ก Newskategorie: Programmierung
๐Ÿ”— Quelle: developers.googleblog.com

Posted by Petra Cross, Engineer, Google Wallet and Jose Ugia, Google Developer Relations Engineer

Today more than ever, consumers expect to be able to digitize their physical wallet, from payments and loyalty to tickets and IDs. At Google I/O we announced Google Wallet, which allows users to do exactly that. Consumers can securely store and manage their payment and loyalty cards, board a flight, access a gym and much more, all with just their Android phone.

For Android developers, who manage their own digital passes, Google Wallet offers a fast and secure entry point, especially when quick access is needed. Google Wallet will be quickly accessible from the device lock screen on Pixel devices and from the pulldown shade. Your users will be able to quickly access their passes when they need them - all in one place.

Integrating with Google Wallet became even easier and more flexible. Weโ€™ve summarized the news of what you can expect as an Android developer.

New Android SDK

The existing Android SDK supports saving three types of passes: offers, loyalty cards, and gift cards. You asked us to add support for other pass types, and weโ€™ve heard you. Today, we are announcing a new, more extensible API and Android SDK, that in addition to tickets, boarding passes, and transit tickets, and additional pass types, includes support for the new generic pass, which lets your users store any pass or card to Google Wallet. The Android SDK lets you create passes using JSON or JSON Web Token as a payload without a backend integration.

Using the Android SDK is straightforward. First, you create a payload with information about the pass. You can either build it directly in your Android app, or retrieve it from your backend stack. Then, you call the savePasses or savePassesJwt method in the "PayClient" to add the pass to Google Wallet.

Here is how you define and save a sample generic pass object:

{

ย ย "id":ย "ISSUER_ID.OBJECT_ID",

ย ย "classId":ย "CLASS_ID",

ย ย "genericType":ย "GENERIC_TYPE_UNSPECIFIED",

ย ย "cardTitle": {

ย  ย ย "defaultValue": {

ย  ย  ย ย "language":ย "en",

ย  ย  ย ย "value":ย "Your Program Name"

ย  ย  }

ย  },

ย ย "header": {

ย  ย ย "defaultValue": {

ย  ย  ย ย "language":ย "en",

ย  ย  ย ย "value":ย "Alex McJacobs"

ย  ย  }

ย  }

}


privateย valย addToGoogleWalletRequestCodeย =ย 1000

privateย valย walletClient:ย PayClient = Pay.getClient(application)

privateย valย jwtStringย =ย ""ย // Fetch a previously created JWT with pass data

walletClient.savePassesJwt(jwtString, this,ย addToGoogleWalletRequestCode)

Once your app calls savePassesJwt, the process guides your users through the flow of adding a pass to Google Wallet, and allows them to preview the pass before confirming the save operation.

Developer documentation, samples and codelabs

You can find the new Wallet API documentation on developers.google.com/wallet. We customized our developer guides for each pass type to make all the information easily accessible for your specific needs. You will also find plenty of code samples demonstrating how to check for availability of the Google Wallet API on the Android device, how to handle errors, and how to add the โ€œAdd to Google Walletโ€ button to your app.

Donโ€™t forget to play with our interactive passes visual demo, which lets you fill in the fields and create your own custom pass prototype without writing a single line of code. The tool also generates code samples that you can use to build this passโ€™ data structures which we call โ€œclassesโ€ and โ€œobjectsโ€.

Weโ€™re really excited to build a great digital wallet experience with you, and canโ€™t wait to see how you use the Google Wallet API to enrich your customer experience. Take a look at our hands-on workshop "Digitize any wallet object with the Google Wallet API" to see a full integration tutorial on Android.

Learn more

...



๐Ÿ“Œ Simpler Google Wallet integration for Android developers


๐Ÿ“ˆ 48.74 Punkte

๐Ÿ“Œ Simpler Google Pay integration for React and web developers


๐Ÿ“ˆ 34.63 Punkte

๐Ÿ“Œ Google Pay & Google Wallet: Das ist die neue Android-App โ€“ Google zeigt, warum ihr Wallet benรถtigt (Video)


๐Ÿ“ˆ 31.71 Punkte

๐Ÿ“Œ Google Pay & Google Wallet: Das kann die neue Android-App โ€“ Google zeigt, warum ihr Wallet benรถtigt (Video)


๐Ÿ“ˆ 31.71 Punkte

๐Ÿ“Œ Pixel Wallet: Google verkรผndet versehentlich Integration der Google Pay-Karten in Android 10 (Screenshots)


๐Ÿ“ˆ 27.08 Punkte

๐Ÿ“Œ Whatโ€™s new in Chrome OS? A faster, simpler, and more secure environment for Web and Android developers


๐Ÿ“ˆ 26.18 Punkte

๐Ÿ“Œ Google Wallet: Benachrichtigungen werden in die Wallet-App verschoben โ€“ kommen jetzt aus anderer Quelle


๐Ÿ“ˆ 25.2 Punkte

๐Ÿ“Œ Weka Makes Life Simpler for Developers, Engineers, and Architects


๐Ÿ“ˆ 23.66 Punkte

๐Ÿ“Œ Designer Wallet or Mobile Wallet: Which One Do You Carry?


๐Ÿ“ˆ 23.19 Punkte

๐Ÿ“Œ Designer Wallet or Mobile Wallet: Which One Do You Carry?


๐Ÿ“ˆ 23.19 Punkte

๐Ÿ“Œ Shitcoin Wallet Extension Isnโ€™t A Crypto Wallet But A Crypto Stealer


๐Ÿ“ˆ 23.19 Punkte

๐Ÿ“Œ TronLink Wallet 2.2.0 Secure Storage <wallet-name>.xml privilege escalation


๐Ÿ“ˆ 23.19 Punkte

๐Ÿ“Œ Shitcoin Wallet Chrome extension steals crypto-wallet private keys and passwords


๐Ÿ“ˆ 23.19 Punkte

๐Ÿ“Œ Digital Wallet E-Wallet Payment System and How It Works


๐Ÿ“ˆ 23.19 Punkte

๐Ÿ“Œ Best bitcoin hardware wallet: Choosing the right wallet for your cryptocurrency


๐Ÿ“ˆ 23.19 Punkte

๐Ÿ“Œ What Is a Crypto Wallet and How to Keep Your Wallet Secure?


๐Ÿ“ˆ 23.19 Punkte

๐Ÿ“Œ ESR HaloLock Wallet Stand hands-on: Multi-card wallet and adjustable stand for the iPhone


๐Ÿ“ˆ 23.19 Punkte

๐Ÿ“Œ Krypto Wallet erstellen: So richten Sie eine Wallet ein


๐Ÿ“ˆ 23.19 Punkte

๐Ÿ“Œ CVE-2021-37492 | Ravencoin Core up to 4.3.2.1 src/wallet/wallet.cpp CreateTransactionAll information disclosure (ID 1086)


๐Ÿ“ˆ 23.19 Punkte

๐Ÿ“Œ CVE-2021-37491 | Dogecoin Core up to 1.14.3 src/wallet/wallet.cpp CreateTransaction information disclosure (ID 2279)


๐Ÿ“ˆ 23.19 Punkte

๐Ÿ“Œ ESR Geo Wallet review: The only Find My-enabled MagSafe wallet holds its own


๐Ÿ“ˆ 23.19 Punkte

๐Ÿ“Œ Veci 2-in-1 MagSafe Wallet review: Best MagSafe Wallet that isn't Apple's


๐Ÿ“ˆ 23.19 Punkte

๐Ÿ“Œ HaloLock Power Bank Wallet for iPhone combines a battery, a wallet, and a stand in one accessory


๐Ÿ“ˆ 23.19 Punkte

๐Ÿ“Œ Cryptocurrency wallet CEO loses $125,000 in wallet-draining scam


๐Ÿ“ˆ 23.19 Punkte

๐Ÿ“Œ Google Wallet: Integration in Fitbit Pay wird vorbereitet โ€“ wohl baldiger Start auf Versa- und Sense-Smartwatches


๐Ÿ“ˆ 22.56 Punkte

๐Ÿ“Œ PayPal Launches Integration With MetaMask Wallet for Ethereum Transactions


๐Ÿ“ˆ 20.56 Punkte

๐Ÿ“Œ Google Assistant: Smart Displays sollen simpler werden โ€“ Google arbeitet an intuitiven Oberflรคchen (Screenshot)


๐Ÿ“ˆ 19.36 Punkte

๐Ÿ“Œ Duet AI for Developers, Googleโ€™s GitHub Copilot competitor, is now generally available for developers


๐Ÿ“ˆ 18.61 Punkte

๐Ÿ“Œ Aus Android Pay und Google Wallet wird Google Pay


๐Ÿ“ˆ 18.11 Punkte

๐Ÿ“Œ Google vereint Android Pay und Google Wallet


๐Ÿ“ˆ 18.11 Punkte

๐Ÿ“Œ Rebranding: Google Pay vereint Android Pay und Google Wallet [Notiz]


๐Ÿ“ˆ 18.11 Punkte

๐Ÿ“Œ Google Pay Is Now Rolling Out as a Replacement for Android Pay and Google Wallet


๐Ÿ“ˆ 18.11 Punkte

๐Ÿ“Œ Mobiles Bezahlen: Google Pay lรถst Android Pay und Google Wallet ab


๐Ÿ“ˆ 18.11 Punkte











matomo