Search results for

nfc

1,125 results found

Post

Replies

Boosts

Views

Activity

Reply to How do you add loyalty cards to wallet in ios9 beta
I'm using a valid public key. If I create the pkpass without adding the nfc key it works, but if I add it (and add the sha1 to the manifest and resign) it doesn't. It doesn't work either if I replace the barcode key for this one.Have you been able to create a pkpass with the nfc key on it and add it to the phone? Maybe this is not enabled in the current beta yet...
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
NFC in Wallet
Hi,is there a documentation about the NFC integration that has been announced for Passbook/Wallet at WWDC?I can't find anything in the pre-release documents.Could you share information if you have it?As far as I know there is a new nfc-field for the pass-json but I wasn't able to find more information about it.Thanks,David
2
0
1.8k
Jul ’15
How to demonstrate NFC chip is only for ApplePay
Somehow, I have entered with some people in a discussion about creating an NFC based app for iPhone, I know that the NFC chip, for now, is only used with ApplePay technology, but these people argues that the iPhone 6 specs states that it includes a Proximity Sensor, which is correct. What I need is, some documentation or spec sheet (Apple official of course) where I can demonstrate that the iPhone sensor can not be used with NFC tags. Anyone knows where can I found or how can I demonstrate this???
2
0
2.5k
Jul ’15
Reply to NFC in Wallet
It was mentioned in another thread that there's a new nfc-key for the pass.json.Would also make sense because on WWDC it was announced that there will be an Apple Pay integration with some pass types.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Creating Custom Cards for use with Apple Pay
Hi All,We have an Oyster Card (for the London Underground) reader at work, which we use to unlock the front door. This reader works with any NFC Card, including Apple Pay, but Apple Pay security means the identification code sent to the reader is different each time.Is there any way to get some kind of custom card on the Apple Pay system on my watch, so that the same code can be sent every time?Kind Regards,Chris
0
0
493
Jul ’15
Passbook NFC information
Hi all.I added to pass.json NFC information, and now passbook doesn't open in iOS9nfc : { message : “4444678966661234, encryptionPublicKey : MDkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDIgACigjq+QYC17m3i9uO8uKc8mLpaS1UJOEaCFvMedkXsuA= },What could be wrong? Where i can find decumentation about it?Thanks.
10
0
9.0k
Jul ’15
BLE change encryption key
Hi,I want to establish a secure connection with a peripheral BLE device via iOS 8 and on.I want to make this connection as secure as possible using the standard BLE's 128bit AES encryption.From the different key exchange methods that are available i can understand that: 1. Just works key exchange - not secure at all (any eavesdropper can hack this). 2.Passcode key exchange - not secured enough (pass code is 6 digits - eavesdropper can brute force easily and get the AES key). 3.Out of Band Key exhange - seems that this is strong (transferring the full 128bit key via other means besides BLE).It look like that OOB (or similar) is the only secure method which BLE secured connection can be established.My questions:1.Is OOB can be used in IOS 8? I understood that the API for this is private and cannot be used in IOS. From my understanding , OOB relates to any method of key exchange besided BLE (e.g. NFC, WiFi , long number on a sticker) but in the several formus it seems that it relates only to NFC
1
0
2.0k
Aug ’15