Questions tagged [apple-wallet]

82 questions
1
vote
1 answer

Is it possible to add hyperlinks/deeplinks to images in Apple PassKit?

I'm currently exploring the capabilities of custom passes in Apple Wallet. One thing I would like to do is enable users to be able to go to my website if they click their gift card's icon. However, after looking through the documentation - there…
AlanSTACK
  • 5,525
  • 3
  • 40
  • 99
1
vote
0 answers

Apple Wallet / Passbook / Passkit: Register for push endpoint is called over and over

We have implemented the register for push endpoint, but sometimes the endpoint is called with exactly the same arguments over and over up to a couple of thousand times. The first call returns 201 and the rest returns 200 just like the…
user3677636
  • 331
  • 3
  • 14
1
vote
0 answers

Apple in-app provisioning (add card to wallet)

I am implementing "add a card to the wallet" button and I am able to finish it but I have a problem identifying cards in the system... I need to add into pass some additional data like customer id or whatever and I found userInfo in apple doc and I…
Lukáš Šálek
  • 1,265
  • 2
  • 19
  • 38
1
vote
0 answers

Apns is returning 200 to curl request but no push notification sent

I'm sending using this code: curl -v -d "{ \"aps\" : { \"alert\" : \"Hello\" } }" -H "apns-topic: " --http2 --cert https://api.push.apple.com/3/device/ to an apple wallet pass I have on…
qazszszsz
  • 11
  • 2
1
vote
0 answers

How i can add pass barcode to apple wallet via iPhone safari browser using react js

i am looking for how i can add barcode image to apple wallet via iPhone safari browser using react js. Regards
1976
  • 99
  • 1
  • 5
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
1 answer

Mobile Wallet location based notification mechanism

I am very new to mobile wallet and I have received the requirements that: our customer will publish a loyalty membership pass that users can install in their mobile wallet (Google pay, Apple wallet). When users with mobile wallet enter our…
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
1
vote
2 answers

Ionic 4 Adding Ticket/QRImage to Apple Wallet

I'm Generating QR codes after a ticket purchase. I want to store these QR codes to Apple Wallet. I've used ionic-native apple-wallet plugin, But the documentation doesn't give enough info on how to store QR image in apple wallet. import {…
Amit
  • 187
  • 2
  • 15
0
votes
0 answers

Push Notification to Apple Wallet Passes failing with WinHttpException exception

I am trying to build an application to send push notifications to a pass on an Apple wallet using C# .NET (.net framework 4.8) and I am getting a WinHttpException. I read through several online articles which suggested to use…
marak
  • 260
  • 3
  • 19
0
votes
0 answers

Create Apple Wallet Pass Dynamically In Flutter

I am looking to create a Apple Wallet Pass in Flutter. I was able to create a static pass in .pkpass format following instruction from Apple's Wallet Official Document. Although, the original requirement is to create a dynamic pass which will be…
UGandhi
  • 518
  • 1
  • 8
  • 28
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
0 answers

Add to apple wallet demo fails

I'm trying to use Apple wallet to permit users for a coupon usage so I followed apple demo Here when it comes to this part To get the signpass tool, do the following: Download this book’s companion file (from The developer downloads area), and…
sheko
  • 516
  • 4
  • 15
0
votes
0 answers

Is it possible to restrict device selection options during Apple Pay In-App provisioning if the card is already added on one device?

I work in a fintech company that offers support to Apple Pay in our cards, i.e. our users have the option add their cards to Apple Pay using our app (in-app provisioning). Our company already got the proper In-App provisioning entitlements from…