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

Prevent passbooks group together

My passbooks are user's store cards, they have same certificate (same pass type identification) and category as discuss in this link, but I don't want them to group together since they are for many different stores or business. Any way to do that.
Hoang Trung
  • 1,979
  • 1
  • 21
  • 33
2
votes
1 answer

Passbook Update Notification Message

I have a small problem with the notification message shown on the device when the pass is updated. I want the message to be what I set in the "changeMessage" in one of the Pass Structure Dictionary Keys. Instead what is displayed is what I am…
Abdul91
  • 708
  • 5
  • 16
2
votes
1 answer

Set PKPaymentButton width to superview?

I'm adding a PKPaymentButton programmatically (because it doesn't seem like I can simply set a UIButton to PKPaymentButton in storyboard). I'd like my PKPaymentButton to be width of its superview. However, this does not seem to be working. (The…
Ken M. Haggerty
  • 24,902
  • 5
  • 28
  • 37
2
votes
1 answer

Generate a passbook pass web service url not working via php

I created a pass via PHP and tried it on the iOS and on my iPhone and everything is working fine. Now I've problem with the "update my pass" the problem is that I don't get any payloads back to my Server. I have a SSL Cert. on my Server running.…
srivathi
  • 121
  • 1
  • 8
2
votes
1 answer

PKContact in iOS 9 missing street

I'm doing an Apple Pay integration using this new delegate method in PKPaymentAuthorizationViewControllerDelegate on iOS 9: paymentAuthorizationViewController:didSelectShippingContact:completion This provides a PKContact argument which has a…
user2994359
  • 400
  • 4
  • 13
2
votes
0 answers

PKPayment doesn't always return a name

When creating my PKPaymentRequest I specify some required fields like this: request.requiredBillingAddressFields = PKAddressFieldPostalAddress|PKAddressFieldEmail|PKAddressFieldName; request.requiredShippingAddressFields =…
Jon Tirsen
  • 4,750
  • 4
  • 29
  • 27
2
votes
3 answers

Passbook , showing an .pass in an app

All, I have been reading from Apple documentation and I have found info to show bits of a pass and changing a pass in an app. But is there a way the .pass zip can be stored in XCODE and shown in a pop up view controller ? I have figured this out,…
Jason
  • 1,057
  • 3
  • 13
  • 31
2
votes
1 answer

BOM couldn't extract the archive. exception in initialising pkpass with the pass url which is generated using passkit

When trying to display the pass within my app using the following code, I am getting the error "BOM could not extract the archive. PKpass signature missing exception constantly". Please help me to get ride of this exception. NSURL *url = [NSURL…
Minisha
  • 2,117
  • 2
  • 25
  • 56
2
votes
1 answer

Character limit for fields on Pass in Apple Passbook

I'm currently designing passes using passkit4j. Apple passes crop out the excessive characters in the field value. For example if i give 25 chars, and if the limit is 20 the last 5 chars gets cropped out. I looked around Apple Passbook documentation…
Prasanna
  • 10,956
  • 2
  • 28
  • 40
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

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

Accessing PassKit passes created by different app

Trying to figure out if it's possible to share my pass with another app produced by an independent developer team. As per passkit documentation you have to specify team identifier for the pass which (I'm assuming) limits the scope of accessing pass…
Sash Zats
  • 5,376
  • 2
  • 28
  • 42
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

how to test appLaunchURL of apple wallet pass

I'm developing Wallet Pass feature for my app, and the generated pass including appLaunchURL and associatedStoreIdentifiers. After installed into Wallet and I clicked the icon in the bottom left corner, it pops up my app's App Store page instead of…
tomisacat
  • 506
  • 4
  • 12
1
vote
1 answer

Apple Passkit: use NFC to open an URL

I successfully created a pass with PassKit. But I want to add NFC capability to this pass to, when other smartphone (NFC reader) read the card, an URL will be opened to this smartphone. I don't know if I need to do an NFC Certificate request for…
dcr31000
  • 33
  • 5