FabienS
FabienS

Reputation: 63

Is it possible to use NFC on the iPad?

everybody,

I am currently developing an iOS application. This application should make it possible to read NFC tags with an iPad. The NFC has already been successfully tested on an iPhone 7 / 8.

As soon as I test this function on an iPad (2017), the NFC dialog will not open and it is not possible to read NFC tags. The implementation was carried out under Swift with the CoreNFC.

Development environment:

Do you have any ideas?

Upvotes: 6

Views: 37682

Answers (2)

Scott Condron
Scott Condron

Reputation: 2035

Near Field Communication is not supported on any iPad models at the moment. CoreNFC on iOS is supported on iPhones from iPhone 7 onward.

An NFC accessory reader such as the FloBLE Plus can enable NFC functionality on the iPad.

Disclaimer: I work for Flomio, an NFC, BLE, and RFID company that specializes in helping developers integrate these technologies in their apps.

Upvotes: 12

MuhammedSwalih V H
MuhammedSwalih V H

Reputation: 56

No iPad models feature NFC (Near Field Communication) technology.

Upvotes: 1

Related Questions