natrium_wallet_flutter icon indicating copy to clipboard operation
natrium_wallet_flutter copied to clipboard

iOS NFC NDEF support

Open ctummon opened this issue 5 years ago • 0 comments

iOS was a bit more work than Android. We need to manually start an NFC reader session, hence the addition of a "Contactless" button.

You can see the uni_link changes here: https://github.com/avioli/uni_links/pull/36

Feel free to use these changes or come up with you're own UX, as this was a quick proof of concept that we used for our demo.

You will need to enable NFC entitlements on your apple developer page for the Natrium AppID. NFC Reader is only supported on iPhone7 and upwards, and iOS 11 upwards.

ctummon avatar Aug 16 '19 07:08 ctummon