Questions tagged [apple-wallet]

82 questions
2
votes
1 answer

How to get Apple Pass updates to work using the new APNS HTTP2 process?

I'm getting a success response back from Apple, but my Pass never updates. The Pass never even calls my Server to get any updates etc. This documentation doesn't even mention Apple…
Dumber_Texan2
  • 840
  • 2
  • 12
  • 34
1
vote
0 answers

How to differentiate between multiple PKPaymentPasses in Apple Wallet?

We have implemented a feature in our iOS app that allows users to link their bank cards and generate PKPaymentPasses, which can be added to the Apple Wallet. However, we are facing an issue when users link multiple cards from different banks. It…
Steven B.
  • 1,429
  • 2
  • 19
  • 38
1
vote
0 answers

React Native : How to create .pkpass file

I am creating one app that has create and add loyalty cards to the apple wallet. I am creating one pass.json file into root directory of my project Code for pass.json { "formatVersion" : 1, "passType": "boardingPass", "passTypeIdentifier" :…
1
vote
0 answers

Laravel and Apple Wallet - the webServiceURL isn't getting called or invoked by the wallet application

Let me give some context: I'm working on a project where there are several stores, each store defines his own offers based on (Buy X - Get Y) model, for example: Buy 6 coffee cups and get 2 for free, and a QR code is generated for this offer The…
1
vote
0 answers

Cancel button of PKAddPaymentPassViewController does not work

I try to add visa card to Apple Wallet. I am using https://github.com/qiwi/apple-pay-in-app-provisioning-utils to add card. My problem is PKAddPaymentPassViewController has no function, call back or something to implement cancel action. I've…
1
vote
0 answers

How to create apple pay sandbox account and add card into wallet for testing apple pay

I am facing an issue related to apple pay sandbox testing. I have followed all steps that mentioned on apple developer documentation for testing an apple pay on sandbox account. Please can anyone guide me on below questions How can I create sandbox…
1
vote
0 answers

NFC Tag emulated by Android phone triggers Apple Wallet

I am working on an android app that emulates NFC Tag (HCE Host-Card Emulation), so other devices can read NDEF messages. Whenever if I approach the android device to iPhone, it sometimes shows the Apple Wallet app automatically. Basic NFC tags do…
Kuvonchbek Yakubov
  • 558
  • 1
  • 6
  • 16
1
vote
0 answers

Apple Pay - Recurring Payment

I am trying utilize recurring payments through Apple Pay. It appears that the payment session is setup correctly. The correct popup appears, indicating a immediate charge and a recurring payment, the the payment is successfully submitted to NMI and…
Mike B.
  • 123
  • 8
1
vote
1 answer

What is right method to pass activationData from app to Apple Wallet?

I am trying to integrate Apple Pay In-App provisioning into bank application. My question is about the activationData parameter that returns from our host and must be passed to Wallet. Should an activationData be passed through…
elmira
  • 23
  • 3
1
vote
0 answers

What's exactly primaryAccountIdentifier that should be passed with method canAddSecureElement?

I'm trying to integrate ApplePay InApp Provisioning into my IOS Bank App. As I press "Add To Apple Wallet" button, I check if pass can be added by checking canAddSecureElementPass(primaryAccountIdentifier:), that returns true or false. As say…
elmira
  • 23
  • 3
1
vote
0 answers

Apple Wallet Pass : get updated serialNumbers request responded with status 204 but getting an error log

Working on developing an updatable apple wallet pass, I've progressed to the point of sending a push notification to update my pass. While trying to stop updating a pass based on the passesUpdatedSince from the following get request app .route( …
1
vote
1 answer

Is ID Verify expected to work with iOS 16.0 in simulator yet?

class ViewController: UIViewController { let controller = PKIdentityAuthorizationController() let descriptor = PKIdentityDriversLicenseDescriptor() lazy var button: PKIdentityButton = { let button = PKIdentityButton(label:…
1
vote
0 answers

Apple wallet - create cards from the application

I am building a mobile application and i want to use the apple wallet functionality for storing custom cards(like the boarding tickets and discount cards). My aim is to create a card and add QR code to it, save it to the wallet. All of this should…
1
vote
0 answers

In React, how to add credit card to Apple Wallet

How can I add credit card to apple wallet in react website? There are some npm modules for react native apps but I cannot see anything for react websites.
David Li
  • 11
  • 1
1
vote
1 answer

PKPassLibrary openPaymentSetup restrict to device or watch

I'm working on App that allows users to add their credit card to the Apple Wallet and users can, from the App add the card to both the phone and watch. Once the user succeeds to add in either device I'm successfully show the card was added to phone…
GoNinja
  • 75
  • 1
  • 8