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

Difference between Passkit and Applepay in swift 3?

I have to work on the digital wallet in Swift 3. I have seen so many tutorials. In some tutorials they are showing Apple pay and in some Passkit. I am very much confused. Can anyone please clarify the doubt about it. Also how to use digital wallet…
hrithi b
  • 83
  • 2
  • 10
0
votes
0 answers

Method of multiple open .pkpass in iPhone

A very short question: Any method to open more than one .pkpass file in one action at iPhone devices?
Yuk_dev
  • 318
  • 1
  • 6
  • 16
0
votes
1 answer

Apple Wallet Coupon example create fail

Since I success create a boarding pass using C# in asp.net, I going to try difference type of pass such coupon and event pass. When I try to create a Coupon pass in .net, it became fail. At first, I believe is my wrong of my coding, I go to try all…
Yuk_dev
  • 318
  • 1
  • 6
  • 16
0
votes
1 answer

Xcode 8 PassKit issue and crash on simulator.

I updated xcode 8 and having issue with PassKit framework integration. here is my case: If i'm running on simulator below iOS 10.0 with wallet capabilities disabled, i'm getting dyld_sim`dyld_fatal_error: 0x179e000 <+0>: int3 -> 0x179e001…
toxicsun
  • 397
  • 3
  • 12
0
votes
1 answer

PK Pass not updated in Wallet app on pull to refresh

I have successfully added pass via Mail to wallet. I see the Pass in the Wallet app, but I'm unable to see updated pass when I pull to refresh at backside of the pass. Here are logs: passd[119] : Verifying structure and signature for pass…
bunty
  • 629
  • 5
  • 8
0
votes
1 answer

Passbook using passkit - pass no longer valid

I have a php project that creates passbook files using passkit. It was working fine since last spring but today we noticed that when you open the passbook on mac it says "this pass is no longer valid" and of course I can't download it using the…
Panos
  • 7,227
  • 13
  • 60
  • 95
0
votes
1 answer

iOS: Is there a way to wake-up your app in the background if the user triggers a PassKit pass?

I'm looking into adding PassKit/Apple Wallet support into my iOS app. However I have a need to have my app ping a RESTful server when the user brings up a pass generated by our app. This would be in the situation where a pass notification was…
Dave Cole
  • 2,446
  • 2
  • 20
  • 26
0
votes
1 answer

Update Passbook wallet failed to connect

i'm struck with update wallet push notiifcation,i used bellow code,server not connected error. I missed any credentials.please help to me ,fix this issue. I registered my passbook and get back pushtoken to server. this key same as the passbook…
srivathi
  • 121
  • 1
  • 8
0
votes
0 answers

How to give http (not encrypted) access to a pass for development?

Apple's WWDC 2012 video demonstrates how a Passbook pass can talk to a server; with the condition that the communication is restricted to https (SSL). The video demonstrated how developers can enable non-SSL communication using the "developer" menu…
Babakness
  • 2,954
  • 3
  • 17
  • 28
0
votes
1 answer

is it possible to access other users passes from wallet app in ios

I want to use passes of other iPhone user from its wallet app. Example : when user1 wants to use user2's card, user 1 will send message to user2 via our ap (message from user 1: user2 please release payment for $x) user 2 receives this message and…
0
votes
1 answer

Passbook : get base64 string from the server, convert and save pkpass to iOS

#import // convert base64 string to pkpass data NSData *passData = [[NSData alloc] initWithBase64EncodedString:strEncodeData options:0]; NSLog(passData); // init a pass object with the data PKPass *pass = [[PKPass alloc]…
epicsaga
  • 1
  • 2
0
votes
1 answer

PKPASS not opennig in Passbook

I'm new to passbook. I created an web application using PHP-PKPass library to create passes for Passbook. I used the necessary licences. When I submit to create the form, it creates a pass, but the pass doesn't work on passbook. If I send it as…
0
votes
1 answer

dynamically generated pass for pasbook

I have an application that generates a barcode using a third party library. This barcode is not static and changes every 30 seconds or so from within the app. I'm aware the proper way is to get a signed pkpass file from your server to supply to…
prawn
  • 2,643
  • 2
  • 33
  • 49
0
votes
2 answers

For ApplePay paymentAuthorizationViewController delegate creates nil PKSummaryItem

In reference to this question, thank you for narrowing it down. But sadly I have to configure this delegate - (void)paymentAuthorizationViewController:(PKPaymentAuthorizationViewController *)controller …
Mohsin Khubaib Ahmed
  • 1,008
  • 16
  • 32
0
votes
1 answer

Detecting an installed Passbook Pass via Mobile Safari

Using native code, I'm able to fetch Passbook passes created by my organization, via PKPassLibrary's passes method. However, I'd like to be able to do the same via a web page, with no interaction from a native app and without any user information.…
mFoley
  • 3
  • 1