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
1
vote
0 answers

Apple pass - displaying QR code AND barcode at one pass

Is it possible to put both - QR code AND barcode at ONE Apple pass? Thanks in advance!
Martin H.
  • 11
  • 1
1
vote
0 answers

PKPaymentRequest conditionally invalid

When creating a paymentRequest, configuring as such works: let paymentRequest = PKPaymentRequest() ... paymentRequest.countryCode = "US"; paymentRequest.currencyCode = "USD"; ... However, configuring by using "UK" and "GBP" doesnt work. Im probably…
Return-1
  • 2,329
  • 3
  • 21
  • 56
1
vote
0 answers

Can we custom design a pkpass?

I have a physical card and I want to design a pkpass which should look similar to it. I am following this link -…
Krishna Vivekananda
  • 257
  • 1
  • 5
  • 11
1
vote
0 answers

519: 132: Request for stale data Passkit IOS wallet

I'm unable to update my pass coupon seems like very less help available here. im generating dynamic coupons my endpoint in PHP. im unable to push new changes on device. after push notification device, im getting this line i don't know it is error or…
M.A
  • 448
  • 6
  • 21
1
vote
0 answers

Apple Wallet Not Auto Updating Pass

Finally im able to push new changed compiled bundle. There is one issue im facing in order to see new changes. i have to go in my wallet card & disable "Automatic updates" then enable. then i can see my new compiled pass card. $result =…
M.A
  • 448
  • 6
  • 21
1
vote
1 answer

PassKit API availability doesn't work

What am I doing wrong? I deal with Apple Pay (PassKit) and for my app to work and not crash in iOS 11 inside one of my view controllers that conforms to the PKPaymentAuthorizationViewControllerDelegate protocol, this delegate callback must be…
Earl Grey
  • 7,426
  • 6
  • 39
  • 59
1
vote
2 answers

Apple Wallet update values dynamically

i have already created static version of coupon in apple device. now im want to update my new values directly on my coupon card, when value update in my database via API call. i know this is possible just like boarding pass when seat number change…
M.A
  • 448
  • 6
  • 21
1
vote
0 answers

Is "webServiceURL" required for implementing Pass for Apple Wallet?

We want to distribute a coupon through Apple Wallet to our customers and we don't want to implement web service for updating Pass information. I've seen the example provided by Apple, where Pass doesn't need to be updated. My concern is that in…
Dblain
  • 31
  • 6
1
vote
1 answer

PKAddPassButton text and icon too large

When I add the PKAddPassButton to any project, the text and the icon look unnaturally large. The designers on my team feel sick looking at it and I don't blame them. To prove a point I created a blank project and this is how the button looks: If…
Michał Kreft
  • 548
  • 3
  • 16
1
vote
1 answer

AWS API Gateway Returns HTTP 406

I have configured my GET API via AWS API Gateway. The endpoint is running a Jersey 2.x REST service. The client is unable to insert an 'Accept' header, and the API Gateway sees fit to insert its own 'Accept':'application/json' header. This causes…
Earthling
  • 283
  • 5
  • 17
1
vote
3 answers

Apple PassKit Wallet download link on website

I have already created an Apple coupon discountcoupon.pkpass. I uploaded it on my public server and I gave direct download link. When I open that link in my iPhone or iPad, iOS doesn't recognize the pass. How can I give download link on my…
M.A
  • 448
  • 6
  • 21
1
vote
1 answer

PKPaymentAuthorizationViewController(paymentRequest: requestObject) is returning nil

I am facing a problem in initilizing PKPaymentAuthorizationViewController returning nil in one of the device. The device region is set to UK and I have added a UK issued card in the Apple Wallet. The PKPaymentRequest is configured as following: …
1
vote
0 answers

Unable to access pass from passbook

I have integrated passbook in my iOS app. I have downloaded some passes from Apple site and changed the passTypeIdentifier to my identifier. I am able to add passes to my passbook using following code: let data:NSData = NSData(contentsOfFile:path)! …
pankaj
  • 7,878
  • 16
  • 69
  • 115
1
vote
1 answer

Payment Request is Invalid

So I am just starting with Apple Pay and I set up a Merchant ID and a CSR and I believe I did the setup properly but when prompting the Apple Pay View Controller, my program crashes, saying: 2016-09-05 00:29:47.244 MoneySender[876:325291] Payment…
Ryan Cocuzzo
  • 3,109
  • 7
  • 35
  • 64
1
vote
1 answer

Has anyone got NFC Passkit certificates?

When you enable the nfc dictionary in the pass what does that pass do? It emulates an MIFARE card or simply extends Apple Pay with some extra data?
pvieito
  • 117
  • 2
  • 8