33 questions
-1
votes
0
answers
30
views
How to format the NFC message to make an Apple Wallet badge compatible with an ARD scanner?
I'm currently developing an access solution using NFC technology on Apple devices. With iOS 18, Apple has opened up access to NFC functionality, which allows me to create access badges that I then add ...
0
votes
1
answer
73
views
is there is any way possible to download multiple files(.pkpass) on iphone?
I am trying to download multiple boarding passses in ios using blob.
initially I am using this
private downloadMultipleFiles(boardingPassURLs : string[]): void{
boardingPassURLs.forEach((url) =>...
0
votes
0
answers
59
views
Unable to Download .pkpass File to iOS Device
Error: 'Safari cannot download' and 'Cannot install to Passbook at this time' when downloading .pkpass file on iOS
const formBody = `paxList=${encodedPayLoad}`;
const response = await fetch(
"...
0
votes
0
answers
70
views
Is there a way to update a PKPASS on Google Wallet in the same way that a PKPASS is updated using APNs on iOS?
On iOS, a PKPASS on Apple Wallet can be updated using a web service and APNs without the user having to redownload the PKPASS to see updated information. Is there a way to do this with a PKPASS added ...
0
votes
0
answers
49
views
PK pass auto update
Need some help if anyone can help.
Recently i made a pkpass of a gym membership so i can share with work colleagues. At the moment the gym only allows one phone per pass so decided to create pkpass so ...
0
votes
0
answers
25
views
Redirect after adding Pass
After I add a pass using pkpass, how do I redirect back to my home page?
I have multiple buttons on a webpage that use PKPass->create() to return the zipped pkpass file. The pass is added just ...
1
vote
0
answers
611
views
Passkit-generator library created an invalid .pkpass file despite inputs being (seemingly correct)
I have just started using the (https://www.npmjs.com/package/passkit-generator) NPM library, and I would really appreciate help with this. It is the first (and hopefully the last) time I am working ...
2
votes
1
answer
758
views
Apple Wallet / PkPass File Error: "Safari Cannot Download This File"
I have a PkPass file I have generated using https://github.com/tomasmcguinness/dotnet-passbook
I have a valid certificate
and the correct Apple Developer Relations Certificate, and I am serving the ...
1
vote
1
answer
614
views
How to work with a "MIME type .pkpass file binary stream," or rather, how to send it as a response to the client and download it
I have been tasked with creating a simple feature that allows the users to fill a form and create an apple wallet pass (.pkpass) for themselves. I have decided to use Pass2u.
My problem is, that after ...
0
votes
1
answer
136
views
How to update the apple passes create without webServiceURL
Earlier, I had created some Apple pass without 'webServiceURL' using PHP.
Those pass were added in the Apple wallet successfully,
Now. I need to update the existing those passes.
Are there options to ...
2
votes
1
answer
169
views
Links in Apple Wallet pass not interactive
I have a Apple Wallet Pass with a back field declared like so:
{
key: 'EnableLink',
label: 'Powered by',
value: 'Enable.tech',
attributedValue: "<a href='https://enable.tech'>Enable....
0
votes
0
answers
278
views
Download Pkpass file and display in Swift
I put together a webservice that generates a pass. When I try to download the pass I get back nil. How do I connect my firebase cloud service and download the pass or just convert the bufferData my ...
0
votes
1
answer
608
views
Chrome is not rendering/previewing Apple pass whereas Safari previewing the pass when I click the download link
I created Apple passes file and uploaded to my web server. I have Pkpass files under my web server folders. I am hosting them under IIS.
I have added "application/vnd.apple.pkpass" MIME ...
0
votes
2
answers
207
views
Pkpass generation fails after yearly signature renewal
I am generating the pkpass files via an AWS Lambda function. So far I have been using the certificate.pem, private.key and wwdr.pem certificates with wallet-3kpy(https://github.com/pretix/wallet-py3k) ...
1
vote
0
answers
1k
views
Add pass to Apple Wallet in React Native
I am working on integrating adding passes to Apple and Google Wallet in my React Native app. I have got the Google/Android side of things working, but iOS is proving difficult.
My backend side of ...