nfcim / flutter_nfc_kit

Flutter plugin to provide NFC functionality on Android and iOS, including reading metadata, read & write NDEF records, and transceive layer 3 & 4 data with NFC tags / cards
https://pub.dev/packages/flutter_nfc_kit
MIT License
203 stars 126 forks source link

Allow Host Card Emulation HCE on iOS #84

Closed braysonjohn148 closed 2 years ago

braysonjohn148 commented 2 years ago

Apple has launched iOS 16.1 which allow to delete wallet meaning they allow other developers to access the API

Harry-Chen commented 2 years ago

As far as I know the only way to do HCE in iOS is via PassKit. There's no general NFC API for HCE in iOS 16.

braysonjohn148 commented 2 years ago

Good to hear about this workaround, sorry to ask. Can I emulate my card completely from my App, without opening the pass kit/wallet or apple pay apps?

dangfan commented 2 years ago

Unfortunately, no. iOS does not allow such operations.