Questions tagged [passkit]

Passkit is an API aimed towards businesses and developers to help them create, distribute and manage coupons, tickets, store cards, membership cards and much more for Apple Passbook. Source: Apple 2013

For usage, check the reference: https://developer.apple.com/library/ios/documentation/UserExperience/Reference/PassKit_Framework/

230 questions
2
votes
1 answer

How to make an app available in Apple's "Add to Wallet" screen?

So I was trying to add my Chase credit card manually to Apple Pay when I noticed this. Chase app was listed on the "Add to Wallet" screen. See attached image - "From Apps on Your iPhone" section. On tapping it, it authenticated me and listed my…
akshay1188
  • 1,647
  • 2
  • 17
  • 35
2
votes
1 answer

Download and open pkpass from server in react

I have tried like everything but it isn't working. I am creating a apple wallet pass via https://github.com/walletpass/pass-js When I download it on the node serve where I have implement it, I am getting a valid pass and can load it to the wallet.…
user2675468
  • 150
  • 3
  • 16
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
2
votes
1 answer

apple pay button won't show even though device supports apple pay

so my goal is to have the apple pay button show up on devices that support apple pay and be hidden on devices that do not support it. Currently I have a vc with two buttons, one is an Apple Pay button and one is a button that segues to a normal…
dante
  • 105
  • 11
2
votes
1 answer

Creating Apple pass in lambda (nodejs) with walletpass/pass-js. Cannot add the certificate

I'm able to use this code in my PC but when I use lambda I get an error. I'm trying to add the certificate to the template. The certificate is obtained from s3 and there's no issue. The part where I add it to the template results in the error. This…
Harsha
  • 23
  • 5
2
votes
0 answers

Stripe ApplePayContext fails to present payment sheet on iOS 14

I'm trying to implement Apple Pay payment throught Stripe and PassKit. I've done the following to create an STPAppleyPayContext, and use its presentApplePay(on:completion:) method to display the Apple Pay payment sheet. let merchantId =…
Eric Hua
  • 976
  • 2
  • 11
  • 29
2
votes
1 answer

Cannot get correct value from pkPassLibrary.CanAddPaymentPass in Xamarin.iOS

I am implementing in-app provisioning in my Xamarin.iOS app but an unable to get a correct response from the pkPassLibrary.CanAddPaymentPass method. This is what tells your app if a customer has already added their card to their Apple Wallet so you…
Nick
  • 135
  • 8
2
votes
0 answers

PassKit error message: Invalid data error reading pass pass.com.*****

I'm using the sample code from Apple to try to create my first Wallet demo. I'm following the Wallet Developer Guide. After changing the passTypeIdentifier and teamIdentifier information as below. "passTypeIdentifier" : "pass.com.*****", …
Nan Chen
  • 21
  • 2
2
votes
0 answers

How to use or implement the apple wallet kind of backend services for Android google pay?

We have implemented backend REST API service for creating and distributing pass for iOS(Apple Wallet). Now we are trying to implement the same for google Pay passes.And we don't much idea on this about google pay api services for this process. Can…
Vinoth
  • 125
  • 1
  • 13
2
votes
1 answer

Apple Wallet: Is Push Token unique for each device?

I have made an implementation which i can create passes for apple wallet. Once the device registers with server will push token unique for this device or will change eventually in future? If yes, what are the reasons for that?
ppavl
  • 21
  • 1
2
votes
1 answer

Which passes can I access in Apple Wallet

I am new to iOS development and want to work on a small project using the PassKit library. After a lot of searching (Apple docs, stackoverflow) I just can't seem to get a clear understanding of possible answers to my question: "Is it possible to…
2
votes
1 answer

how to call the apple wallet from ios app using swift

I want to display apple wallet add cards page whenever user clicks the add cards to wallet button in my ios app. how to call the apple wallet from ios app. I enabled wallet capabilities in my ios app and also generate the wallet entitlements to my…
vijju
  • 462
  • 9
  • 30
2
votes
2 answers

Updating Pass for Apple Wallet - Could not extract archive

Question 1 I am trying to set up server side for Apple passes so they can be updated. I am currently generating signed zipped passes, which also register to update my tables, with device tokens /id Etc. The passes do not update with the new passes I…
Michael
  • 239
  • 3
  • 12
2
votes
2 answers

Apple Wallet: Pass won't update automatically after pushing an update

I followed Apple's instructions on implementing the option to update a pass on Apple Wallet. I am able to push updates and they are received successfully on different devices however I can only see the updates after doing "pull-to-update". After…
DMEM
  • 1,573
  • 8
  • 25
  • 43
2
votes
1 answer

Apple NFC-Enabled Reward Pass for India

I understand that Apple Pay is not supported in India right now. But my question is that is it still possible to buy a payment terminal machine (from link 1) and : Use it in VAS terminal mode (see DETAILS) so as to only accept NFC enabled Reward…
Vineet Ravi
  • 1,457
  • 2
  • 12
  • 26