Questions tagged [pkpass]

28 questions
1
vote
1 answer

Unable to download PKpass from server

I've been trying several links to download pkpass from server but whenever i download it it shows me the size of file "0 kb", due to this i cannot convert it to pkpass data. is there any other way for dynamic pkpass ? or some other way to download…
1
vote
1 answer

Call Typescript function from within an Phoenix / Elixir GET function

I am currently working within an Elixir / Phoenix project. I have some typescript code that I would like to run from within a GET function. What is the best practice for this? To give more context, I need to dynamically create Apple pkpass files.…
1
vote
0 answers

Is it possible to automate creation of .pkpass files for AppleWallet and AndroidWallet for multiple users?

Depending on the fact that we have all the need data for the users to create the .pkpass files, the thing that misses is: .cer files (certification, converted to .pem files and private.key needed) For a bunch of users it is needed to automate the…
Confidenc3
  • 591
  • 4
  • 9
1
vote
1 answer

pkpass file open in Safari Mac but not on iPhone

I created a pass successfully and it opens properly on my MacBook safari browser however, when I try to open it on my physical iPhone or the Simulator it looks like safari doesn't recognize the pass file. On Mac Safari it shows this: Snapshot of how…
1
vote
0 answers

Cannot convert pass created from walletpass api to data

So here is what I got: I created two certificates both a signerCertificate and a signerKey and converted them to .pem files. They work, and I am able to sign the pass in the console on my Mac terminal to create a pkpass. So the certificates work and…
1
vote
1 answer

How to create pkpass file dynamically in java?

I am integrating Apple wallet functionality in my website. As I understood, we have to create the .pkpass file from pass.json, signature and manifest.json...etc . But this is for static coupon, but i am generating the coupon / pass dynamically and…
Gnaniyar Zubair
  • 8,114
  • 23
  • 61
  • 72
0
votes
0 answers

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 server generates and convert that to something…
0
votes
0 answers

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 type on IIS. I am hosting it under a subdomain (not an IP…
Fatih
  • 21
  • 6
0
votes
2 answers

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) library. Now, after a year, the certificate…
YuKa
  • 45
  • 5
0
votes
0 answers

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 things is working, and I can generate the passes…
TreyCollier
  • 181
  • 1
  • 12
0
votes
0 answers

My .pkpass file not working for iOS system, but in app Passes(android) I can see the content

I use Django-wallet for generation of .pkpass files. Everything works in Android, but for iOS I can't see the card Firstly I used certificates from another computer, but then I regenerated all certificates and etc on my own. Also I resized…
0
votes
0 answers

PKPass - Add my app in share view options

I want to get specific information from the JSON in the pkpass file. The problem that I have is how to implement share functionality from wallet to my app and in general to register my app to work with PKPass. For example, in the share view…
0
votes
1 answer

How to create a pkpass file in Visual Studio, in widows

I wonder if there is a way to create a pkpass file in windows from visual studio, or is there a way to generate its structure and change the information for testing? I've been looking at how to make this structure manually, but I have no idea.
0
votes
0 answers

Unable to create NFC-Capable PKPass for Apple Wallet

I have successfully generated a .pkpass file, but it gives following error when trying to open the file: "The pass “Sample.pkpass” could not be opened." If I open a prepackaged pkpass from here, it opens successfully. Furthermore, if I use the…
EvMc
  • 46
  • 4
0
votes
1 answer

How to download a pkpass file converted to base64 using HTML?

From my server, I'm reading my pkpass file and converting it to base64. I want to make this file downloadable on my template. Here's what I'm doing. Server/Python (Django) passfile_bytes = passfile.read() passfile_base64 = base64.b64encode(passfile)…
darkhorse
  • 8,192
  • 21
  • 72
  • 148
1
2