584 questions
0
votes
1
answer
27
views
Google EventTicketClass cannot remove HeroImage once sent
I have the debugging code below in an otherwise working service class to create and update Google Wallet Passes
I am completely unable to remove the HeroImage once one is sent as part of the insert.
...
-1
votes
1
answer
120
views
Google Wallet can't load pkpass – works fine on iOS [closed]
I've created a simple customer card with PHP that works fine on iOS. However, in Google Wallet it shows the message: "Card/ticket cannot be loaded." I'm not sure if Google Wallet is missing ...
0
votes
1
answer
139
views
Is it possible to push a card to Google Wallet on Android from a desktop browser?
I'm trying to provision a card to an Android device's Google Wallet, but I'd like to initiate the process from a browser running on a desktop computer (Windows/macOS/Linux).
I know that iOS Web ...
1
vote
1
answer
314
views
How to verify Google Wallet's callback signature?
When using the Google Wallet API a callback URL can be provided, this will indicate whether the pass has been added or deleted from the user.
I have been trying to do a C# implementation that verifies ...
0
votes
0
answers
204
views
Google Wallet: How to create generic pass object
I'm using library chiiya/passes to generate membership cards for my project. The github page has an example to create a generic object but, maybe I'm wrong, some information is missing.
$object = new ...
2
votes
0
answers
133
views
How to launch Google Wallet application from a Flutter app?
I am developing a Flutter application and need to launch the Google Wallet app when a user taps a button.
Launch the Google Wallet app directly from my app.
Open a specific pass (e.g., a loyalty card, ...
0
votes
0
answers
84
views
I can't create a Generic Pass for Google Wallet
It looks like it's all right, but Add the token to the Google Pay link, the Pass Add button on Google Wallet is not generated. Could verify if the token is correctly formatted and compatible with the ...
0
votes
0
answers
72
views
Google Wallet EventTickets: notifyOnUpdate Not Triggering Push Notifications
I'm trying to trigger a push notification for users when an event time changes for an EventTickets pass in Google Wallet. According to the Google Wallet documentation, setting "notifyPreference&...
0
votes
0
answers
166
views
ARDUINO: PN532 NFC reader for Google Wallet Passes
I am developing an app on arduino UNO using PN532 to read Google wallet passes via APDU commands. As a reference I am using Google-smart-tap
On the first command (SELECT VAS APPLET), I get a response ...
0
votes
0
answers
81
views
Getting error validating google wallet pass object
THis is the error I am getting validating
This is my object body
{
"is": "[email protected]",
"aud": "google",
"...
0
votes
1
answer
80
views
Unable to use Javascript Wallet client with a service account from different GCP project
I am attempting to use the Google Wallet node.js api with a service account.
The service account comes from a different GCP project. I have granted the service account the appropriate role so that it ...
0
votes
0
answers
145
views
Google Wallet showing Default Value of Localized String cannot be empty
Here two questions:
what can be the reasons for this mentioned error in screenshot?
Why does it always show the same Title (Google IO) even though I changed my code? It never changes to any other ...
0
votes
0
answers
51
views
How do I call Google Wallet API from Firebase without manually specifying credentials?
This works, but means I need credentials on my local machine, and in Git for CI to work. Meh.
import googleServiceAccountCredentials from '../serviceAccount.json' with { type: 'json' }
const auth = ...
0
votes
2
answers
555
views
Google Wallet Pass JWT and API
We are investigating how we can build a backend API for the generation of generic passes for a user to add to their Google Wallet.
For the investigation we are referencing the Google .NET example ...
0
votes
0
answers
134
views
Does Google Wallet Generic Class support Right To Left Template?
I need to create Google Wallet Layout using Class Template Info.
I couldn't find any Documentation of Right To left support.
I will Appreciate any insights.