drallgood / jpasskit

jPasskit is an Java™ implementation of the Apple™ PassKit Web Service.
Apache License 2.0
276 stars 109 forks source link

pknfc jpasskit,pass not getting opened #114

Closed mayankaSethitekmindz closed 6 years ago

mayankaSethitekmindz commented 6 years ago

Trying to generate a ios pass.Once i add code of nfc

PKStoreCard storeCard = new PKStoreCard(); storeCard.setPrimaryFields(primaryFields); PKNFC nfc = new PKNFC(); nfc.setMessage("DUMMY_14589"); // account RFID -- DUMMY_XXXXXX nfc.setEncryptionPublicKey("properkey="); I am unable to open the pass.once i remove this i am able to access my pkpass file. Can you Please suggest ,If i am missing out on something .

Although I am able to open same pass in android with Passwallet App +NFC Enabled Regards Mayanka

drallgood commented 6 years ago

Hi @mayankaSethitekmindz Thank you for reaching out. Unfortunately, I really can't help you with that. As I don't have a valid NFC cert (or hardware) I haven't been able to properly test this functionality.

Please use the means mentioned in Apple's Wallet Guides to debug this issue

I'm going to close this issue until there's something we can do.