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

Apple passes development environment

I am trying to understand how to work with apple passes whilst using localhost. I am using Android Usb debugging so I can visit my website served on localhost from my phone. I have also setup the signing, compressing and installation of the…
1
vote
1 answer

Updating Apple Wallet .pkpass file stored in Cloud Storage from Firebase Cloud Functions to device

Im trying to update a pass in a wallet, I only need the final step: In Apples docs it says: "Your server returns the pass data or the HTTP status 304 Not Modified if the pass hasn’t changed. Support the If-Modified-Since caching mechanism on this…
1
vote
2 answers

How to restrict installing ios app from appstore for some of the devices which doesn't support NFC?

I have been working on NFC based passes iOS App where some some of the devices doesn't support NFC. How to restrict that devices from installing the apps from appstore? Where the OS is supported but the hardware doesn't support for NFC enabled…
Vinoth
  • 125
  • 1
  • 13
1
vote
1 answer

Add event ticket to Apple wallet?

I am developing event app, in which, once user done with booking event ticket then, we have to add that pass to Apple wallet. I am following below link to design my pass,…
Dhiru
  • 3,040
  • 3
  • 25
  • 69
1
vote
0 answers

Passkit V2 PHP SDK Authorization always return Invalid Token error

I am using PassKit SDK for PHP to manage Apple wallet passes. Below is the code which I have written for Authorization.
Dharmesh Goswami
  • 1,155
  • 2
  • 13
  • 30
1
vote
1 answer

Apple Wallet Passes backend Web services

I have been setting up my backend web services for Apple wallet Passes with NFC enabled. Is there any open sources available for for the complete set up which includes push notification, device registration, creating, updating and downloading passes…
Vinoth
  • 125
  • 1
  • 13
1
vote
2 answers

Decrypting Apple VAS Data received

I have sending data from NFC Pass to POS terminal where i have included encryptionPublicKey. I have been trying to decrypt the Apple VAS only Data received on NFC POS terminal. i am not aware of these encryption and decryption processes. Can anyone…
Vinoth
  • 125
  • 1
  • 13
1
vote
0 answers

Notifying the device immediately with push notification after the NFC transaction completed using Apple Pay

Can anyone shed some light on the Card Notification Service for Apple Pay. The objective is , I want to receive push notification alert(showing the transaction details) to the device immediately after NFC transaction at POS. The only thing I Know…
1
vote
1 answer

How to generate Apple like passes for Google Pay App using Nodejs?

Recently I created a web application using Node js to generate Apple passes just like Passkit (https://www.passkit.com) do and its working perfect but now I have to do the same for Google Pay app. After searching a lot I found the documentation of…
1
vote
0 answers

pknfc jpasskit,pass not getting opened with ios

I am trying to generate a ios pass.Once i remove code of nfc PKStoreCard storeCard = new PKStoreCard(); storeCard.setPrimaryFields(primaryFields); PKNFC nfc = new PKNFC(); nfc.setMessage("DUMMY_14589"); // account RFID --…
Mayanka
  • 33
  • 4
1
vote
1 answer

PassKit Pass - Opening iOS app from a pass

I noticed a few PassKit wallet passes can open their originating app, right from the pass. The iOS app opens when the pass icon is clicked, for example in Delta Airlines passes. I can't seem to find any documentation or examples on this. How can one…
Andrew Grosner
  • 2,337
  • 2
  • 18
  • 14
1
vote
0 answers

PKPaymentAuthorizationViewController in Landscape causes Exception

I'm trying to present a PKPaymentAuthorizationViewController in a Landscape only application. Is this really not possible? I keep getting an the exception below. 'UIApplicationInvalidInterfaceOrientation', reason: 'Supported orientations has no…
iOSDevSF
  • 1,169
  • 1
  • 13
  • 24
1
vote
1 answer

Xcode 10: iOS Team Provisioning Profile doesn't support the $(TeamIdentifierPrefix)* Pass Type ID

I'm unable to build my project in Xcode 10. Getting following error: Xcode 10: iOS Team Provisioning Profile: com.xxx.xxx" doesn't support the $(TeamIdentifierPrefix)* Pass Type ID. The same identifier works for older Xcode versions.
Sahil Kapoor
  • 11,183
  • 13
  • 64
  • 87
1
vote
1 answer

Apple Wallet NFC-Enabled Pass use cases

We are trying to bring Apple Wallet NFC-Enabled Pass based loyalty card program to a territory without Apple Pay support. In order to build a strong use case for Apple representatives we are trying to gather a list of merchants who are using Apple…
Armands L.
  • 1,885
  • 2
  • 14
  • 18
1
vote
1 answer

How to send generated passkit to Wallet?

I generated a passbok file in Java that I want to share with the wallet applications in iOS and Android. The method creates a .pkpass file so... how can I send it to the Wallet applications? I find really few information about this step...
Sonhja
  • 8,230
  • 20
  • 73
  • 131