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

how can I create a token for Apple Pay with Stripe

So my ultimate goal is to be able to just make test payments with Apple Pay on Stripe, whether that be with a token or something else. **EDIT **I have this function I use to gather card info from the stored card in the Wallet: func…
dante
  • 105
  • 11
-1
votes
1 answer

'PKAddressField' is deprecated: first deprecated in iOS 11.0 - Use PKContactField and -requiredShippingContactFields / -requiredBillingContactFields

I am getting this warning in default files like STPAddress.h how to resolve that warning. how to write correct way of deprecated with PKContactField. This is the warning : How to resolve that one
vijju
  • 462
  • 9
  • 30
-1
votes
1 answer

updation of passbook through push notification

Using production certification of passbook( pass type id) sending notification to passbook passes. Notification(push token) sent successfully but problem is. 1) Notification not shown in mobile.(It shown or not) 2) passees hit by this url after…
Dev
  • 3,410
  • 4
  • 17
  • 16
-1
votes
1 answer

Pull to refresh pass in passbook

How does pull to refresh work in passbook. What we should do to implement this functionality in the web service. When we pull the pass down in the backfield what exactly happens, does it talk with the web service to get the updated pass? does it…
-2
votes
1 answer

Auto update feature in passbook ios 7

How does automatic updates work in passbook available in backfield of the pass, how to use webserviceURL key to get update from the server. in webserviceURL key i have provided remote path from where updated pass can be downloaded, but even after…
1 2 3
15
16