Questions tagged [apple-wallet]
82 questions
0
votes
0 answers
Flutter Channel to pass iOS Data encoded in base64
I'm implementing a PKAddPaymentPassViewControllerDelegate In Swift.
Since I'm using Flutter, I need to pass over some Data which is Base64 encoded (certificates Which is an array, nonce and nonceSignature).
When I invoke a method with this data,…

gbaccetta
- 4,449
- 2
- 20
- 30
0
votes
0 answers
Apple Wallet Pass device registration does not contain push token from node express server
I'm trying to develop an updatable apple wallet pass, I've put it a webserviceURL and a authenticationToken, I'm trying to test the registration using a local server through ngrok (ngrok http portNumber),
I am able to sign the pass and install the…

Jason Lee
- 11
- 2
0
votes
1 answer
How to allow HTTP webServiceURL in apple wallet's pass.json file
I'm creating a web service for automatic updates to a pass, just for testing purposes. According to apple's documentation: "Your web service must use an HTTPS connection for production, but you can use an HTTP connection during testing." However, it…

user598247
- 11
- 3
0
votes
1 answer
pkpass not downloading on physical iOS device
Background: I'm learning Apple Wallet by creating a barebones sample app and am trying to automatically update a pass. In order to do so, I understand I need to run a web server that sends push notifications to the device when it's time for the pass…

user598247
- 11
- 3
0
votes
1 answer
Cannot open passkit file created in the server using dotnet-passbook v3.0.2
I have recently come across an issue that I cannot open my Pkpass which is created using dotnet-passbook version 3.2.0.
The Pkpass created locally can be opened fine and the issue is with the Pkpass created in the server.
I have even tried to upload…

Shahryar Faraji
- 119
- 1
- 2
- 9
0
votes
0 answers
Is there a way to create multiple generic pass in iOS for apple wallet just by using swift and not using any server?
The application I am working on has a requirement for creating pass for each worker. Is there a way to create the same on front end?

Rajat Dhasmana
- 99
- 9
0
votes
0 answers
Generating Apple Wallet Pass
I'm trying to generate Apple Wallet pass for one of my client but for some reasons related to Certificate signing I cannot generate a valid pass file. I've tried to use public key and private key for generating the Wallet pass but no success.
I…

Joe
- 173
- 1
- 15
0
votes
0 answers
Max barcode size for Apple Wallet and Google Pay passes
I would like to allow users of my webapp to add passes to Apple Wallet and Google Pay via their respective add-to-wallet-buttons. The aztec code I intend to use on these passes has many data layers, however, both Apple Wallet and Google Pay passes…

user2629641
- 11
- 2
0
votes
1 answer
Apple Wallet: Device not registering to receive push notification for a pass
Recently, I've managed to create a pass with WebServiceUrl and AuthenticationToken in order to subscribe for future changes. Since I'm in active development I used http://localhost:5000/passes as a WebServiceUrl.
Created pass is correctly loaded in…

Tomas Petovsky
- 285
- 4
- 14
0
votes
0 answers
I'm stuck to create rfid card in ios app and create .pkpass file then add into apple wallet using flutter
this is my code in this doesn't create an RFID card and pk pass I want to create an RFID/NFC card in my app and create a pk pass file and add it to the apple wallet I search several websites but I didn't find that error inside it. if you face this…

viranga LH
- 38
- 2
- 10
0
votes
1 answer
How to add Button on the Apple Pass Card
I want to add a button on the passcard. I am using Laravel 8 to create a passcard. I can see that layout does not support doing so. Is there any way we can add a button on the passcard and that button will act as a clickable URL to route to some web…
0
votes
0 answers
Apple Wallet Extension
I am working on banking application and there is a requirement where I have to implement wallet extension which has been introduced in 2014. I want to add bank cards though wallet app. Below is the flow I am trying to achieve
Already have apple…

saggy
- 1
0
votes
0 answers
Add credit card to apple wallet from react website
We are trying to add card issued from brex to apple wallet on our react website. There is already an option available to do the same https://github.com/erikpoort/react-native-wallet but it is in native and our site runs on react js.
Is it possible…

Shubham Nanda
- 21
- 8
0
votes
1 answer
Can I add badge id to apple wallet
I’m working on application that contains the employee Badge card
Can I add this card to wallet ? To use NFC to get the access for inter the company

a_aw
- 11
- 6
0
votes
0 answers
Apple wallet update card from nodejs restify from api to api request
I have implemented apple wallet its generating card first time working fine, now im trying to push new changes to existing card.
When I send push notification for new changes request.
I get request for serial number then again I get GET request for…

M.A
- 448
- 6
- 21