Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
Home › Forums › Ask the Flomies › Flomio with Apple Wallet NFC
Tagged: Apple Wallet, ECP, Enhanced Contactless Polling, VAS decode
Hi
We are working on a project at the moment that will use iOS NFC Wallet passes as a means to identity members on our system.
We are using FloBLE Plus readers with the Flomio Pro SDK in our iOS app.
We have our NFC certificate from Apple so can create our own NFC passes.
We store our members id in the message portion of the pass.json file.
"nfc": {
"message": "{{Members ID}}",
"encryptionPublicKey": "{{Encryption Public Key}}"
}
At the moment we can detect the tag using your SDK and get the ever changing tag uid but we are now not sure how we go about getting the content of that message tag.
Is they something that we can do with your Pro SDK?
Hello?
Ian, sorry for the delay. The Flomio SDK for iOS doesn’t support the Apple Wallet protocol to auto-select and capture pass data. You will need to use the Flomio SDK for Javascript for that. This has been provided to PassNinja customers only at this time since it’s still in beta. Once it’s released your same Pro SDK license will allow you to use it and you’ll be able to decode the NFC message defined in the pass.json file.
best,
Richard
Do you have a timeline for when the JS SDK will be out of beta?
Also, for a native iOS app using the FloBLE readers, how would the data flow work with this JS SDK?
You must be logged in to reply to this topic.