All Questions
Tagged with google-wallet wallet
22 questions
0
votes
0
answers
100
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.
0
votes
0
answers
45
views
Issue using WalletPasses.io
I'm using the WalletPasses.io service to allow do automatic updates for my Wallet Cards created using PHP/Laravel, with the pkpass/pkpass v2.3.1 library. The generated .pkpass file works correctly on ...
1
vote
0
answers
58
views
Google Wallet Generic Card: Google Map Location and Website URL Not Displaying
I'm encountering an issue with the Google Wallet Generic Card where the Google Map location and website URL are not being displayed. I have verified that the data is correctly inputted into the card, ...
0
votes
1
answer
118
views
Is there a way to track "downloads" of Apple Wallet or Google Wallet for my app?
Does Google or Apple provide statistics on wallet usage through either of their developer portals?
I'd like to track or count the number of times the Mobile Wallet version of my app (the barcode, ...
1
vote
1
answer
827
views
How to Send a Push Notification to a Generic Pass with Google Wallet API?
Stack Overflow community!
I've been working on integrating Google Wallet into my application to manage generic passes. I have successfully created, distributed, and even updated generic passes to ...
0
votes
2
answers
1k
views
Custom NFC HCE with Google/Apple Wallet
I'm about to evaluate the possibilities to authenticate with smartphones (Android and Apple) and NFC on existing hardware (which can be programmed regarding the NFC functionality).
So far I have come ...
0
votes
0
answers
498
views
How to communicate between Android, IOS device and SUNMI v2s printer throw NFC using Flutter?
i'm trying to write a flutter code that can be installed on sumni v2s printer, the basic idea is i want to make this android device (SUNMI v2s) read the NFC data from android or apple phone and ...
2
votes
1
answer
427
views
Google Wallet, add back of pass
I can't find how to add additional information to the back of my card in Google Wallet.
In Apple Wallet, in any case, this can be done and there are a lot of examples, but on Google I can’t even find ...
1
vote
1
answer
824
views
Getting something went wrong when added google private passes
I'm getting an error after loading the genericprivate passes jwtlink from android app using below code.
Linking.openURL(jwtlink)
On the click on Add to Google Wallet button action, i'm opening the ...
0
votes
4
answers
2k
views
Google Wallet Generic Class (two-item row is not shown)
I followed the codelab for adding a new card to google wallet (of course I used the business profile of the company and the issuer id was not temporary).
As one of steps, I added one row with two ...
0
votes
1
answer
2k
views
Problems integrating an Add to Google Wallet button with Flutter
I am using the flutter_google_wallet plugin to add an Add to Google Wallet button to my app. In the process I've made several mistakes that I wasn't able to figure out without contacting Google's ...
0
votes
1
answer
531
views
How do I save a coupon to Google Wallet
I have a page in my Web application where I generate coupons for my users (simple pictures with a logo and a discount code).
How do I go about implementing a feature where (after they click on a link ...
0
votes
1
answer
884
views
How to integrate tapandpay android
I am making an android library where i want to access the tapandpay methods i.e. getActiveWalletId and getTokenStatus etc.
I have tried adding the following dependency but am still unable to resolve ...
2
votes
0
answers
431
views
Google wallet generic pass upcoming notification
I have integrated google wallet api with my .net core web app , the pass is displaying properly , but I need to know how to use the upcoming notification feature in the generic pass , I tried to ...
3
votes
0
answers
493
views
Wallet Android/iOS with EXPO
I'm looking for a lib that allows me to click: add wallet... to be automatically redirected to ios wallet or android wallet and add the ticket to the wallet. Is there any way to do this with expo?