Closed andrey-davydenko closed 2 years ago
Hi,
Due to the requirement from Apple to have a special entitlement for NFC, I've never added any of the NFC features to my library.
I have had several users ask for more details, but all the NFC specifications related to Passkit are under NDA.
I'd be happy to add some of the NFC flags if you're in a position to test them?
Regards, Tom
Thanks for the quick answer.
Sorry just to avoid misunderstanding. As I can see you support now Nfc class with two properties Nfc.Message and Nfc.EncryptionPublicKey. And if I understand correctly now Apple supports a third bool property "requiresAuthentication"?
So if you add it I think I will be able to test it when we launch our project. Of course, I can add it myself just by downloading source code and use compiled dll (not from nuget). But I believe it'd be better to have it in a nuget library.
Hi,
Did you have any success making the changes yourself? If you know what needs to be added, I'd be happy to accept a pull request.
Closing due to age.
How can I set requiresAuthentication property for passes with NFC? Does the library support it at all?
https://developer.apple.com/documentation/walletpasses/pass/nfc
Thanks.