đŸ’ŗNFC

How to set up NFC?

For iOS

  1. Go to the Apple Developer homepage and select Certificates, IDs & Profiles **** (left menu)

  2. Click on the Identifiers

  3. Select previously created Bundle Identifier

  4. Scroll down and enable NFC Tag Reading

  5. Click Save & Confirm

  6. On Natively app dashboard, turn on the NFC feature and fill out the Permission description - The permission description text should explain to the user why your app needs that permission. Refer to Apple's guidelines to avoid potential rejection.

  7. Rebuild your app

For Android

  1. On Natively app dashboard, turn on the NFC feature

  2. Rebuild your app

For now, Natively supports only NTAG213,215,216 (MiFare Ultralight). All other cards/tags haven't been tested yet.

How to use NFC?

đŸ’ŗpageNFC

Last updated