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
0
votes
1 answer

pkpass not showing in the simulator

i am implementing a ios app with Passbook. so i have implemented ASP.net server to generate a pass. the pass was generated successfully from server side. and also when i double click on the pass.pkpass file from my mac, pass viewer is showing my…
Darshana
  • 314
  • 2
  • 4
  • 22
0
votes
1 answer

How to create pass with custom design?

Have a pass with Store Card style. How can I add 2nd row with data and change the label position (label should be below the value)? When I add second item in secondaryFields array it inserts the item in the 2nd column, the same row. Thanks. Image as…
aparesidam
  • 309
  • 2
  • 13
0
votes
1 answer

How does the Starbucks passbook pass show an installed app banner?

We are trying to figure out how to add an installed app banner to the back of our Passbook passes, just like the Starbucks app does, but I can't find any documentation or mention of this feature anywhere. There doesn't appear to be anything…
devios1
  • 36,899
  • 45
  • 162
  • 260
0
votes
1 answer

Retrieving Credit Card Information From Passbook Using iOS8

I googled the PassKit framework for iOS 8 APIs but was unable to find any APIs that retrieves the Credit Card details from the Passbook application. Apple says we can store our Card details in iOS 8 Passbook. Can we retrieve the card details such as…
Saify
  • 190
  • 10
0
votes
1 answer

Invalid passbook generated in php server

I am trying to create support passbook from ios6 and later. I found an example that works perfectly but when trying to adapt it to my server it generates invalid passbook. The original project is in this url:…
0
votes
1 answer

Register an iphone App in a web service

I had a look into a few airline apps around there. This posed some questions, I couldn't find an answer to and would like to ask you as well. My questions won't have any code but aim more at the procedural level of such applications. The first thing…
konturgestaltung
  • 467
  • 6
  • 19
0
votes
0 answers

PKPassLibraryDidChangeNotification when the app is in background(iOS)

Is it possible to receive PKPassLibraryDidChangeNotification when my app is in background? For instance, if my coupon rewards changes(by scanning the QR code) my app has to update its database with the changed reward even if it is in background. I…
Minisha
  • 2,117
  • 2
  • 25
  • 56
0
votes
1 answer

How to create a "generic type pass" for iOS passbook?

I have a requirement to create a "pass" to look like an organization id card. I thought of using "generic" type for this card. I am not able create a generic pass with the fields name, number, start date, end date, organization name, division…
CKT
  • 1,223
  • 4
  • 21
  • 39
0
votes
1 answer

How to generate .pkpass from Windows computer?

Is it possible to create .pkpass file from Windows computer? I have KeyStore and Certificate files obtained from Mac and Provisioning portal respectively. i.e, Certificates.p12, MembershipCard.cer I have used passkit4j which creates .pkpass file…
Siva
  • 166
  • 3
  • 5
0
votes
0 answers

I have A PassKit PHP Script And The rename() And mkdir() wont work. What Am I Doing Wrong?

I have a php system that will sign and zip a passbook pass. I need it to check for the file thumbnail.png and if it does not exist to make a directory with the variable $idnumber and then rename the file and move it over into the new folder. This Is…
0
votes
1 answer

Why App cannot be loaded at the back of Pass

Before I can load this Google Map App at the back of Pass, but now why cann't it be loaded ? I use this Adam ID: 585027354. How to be able to load this App ? This is the back of my Pass:
malinchhan
  • 767
  • 2
  • 8
  • 28
0
votes
1 answer

Label instead of barcode in passbook

Is it possible to place a label with text instead of barcode in a Coupon type pass? Something like this.
Nikita Pestrov
  • 5,876
  • 4
  • 31
  • 66
-1
votes
0 answers

Is there a specific way I should create authenticationTokens for my Apple Pass web service?

From reading the Apple documentation, the flow for using and updating Wallet passes goes like this: User taps an "add to wallet" button App calls its API which provides a pkpass file App presents the pass to the system, which triggers usual UI flow…
Synchro
  • 35,538
  • 15
  • 81
  • 104
-1
votes
1 answer

Is it possible to test NFC pass functionality on a device without having an NFC certificate?

I've created a pass.json file that will sign and open flawlessly as long as I omit the NFC dictionary. On my device, I've enabled the developer setting "NFC Pass Key Optional" which I initially thought would allow me to bypass NFC Certificate…
Risible
  • 1
  • 2
-1
votes
1 answer

Adding a card on Apple Wallet when in landscape causes a crash

I have a button that adds a wallet card on tap. It is working well in iPhone devices. The orientation for iPhone devices is locked to portrait mode only. In iPad devices however which is locked in landscape mode only, tapping the add to apple wallet…
Dreiohc
  • 317
  • 2
  • 12
1 2 3
15
16