Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.

NFC session does not detect Clipper card on iOS 13.0 GM / iPhone XS #7

Closed
chrisballinger opened this issue Sep 14, 2019 · 4 comments
Closed

Comments

@chrisballinger
Copy link

The func tagReaderSession(_ session: NFCTagReaderSession, didDetect tags: [NFCTag]) callback is never triggered on iOS 13.0 GM running on an iPhone XS.

At first I thought it was because readerSession was not retained, but adding a retain didn't resolve the issue.

@robbiet480
Copy link
Owner

Did you add the relevant AIDs to the Info.plist?

@robbiet480
Copy link
Owner

(Assuming that you are trying to scan something other than Clipper that is)

@chrisballinger chrisballinger changed the title NFC session does not detect tags on iOS 13.0 GM / iPhone XS NFC session does not detect Clipper card on iOS 13.0 GM / iPhone XS Sep 18, 2019
@chrisballinger
Copy link
Author

Was trying to scan a standard Clipper card. Is there any other setup required to scan those?

The card works at BART gates so it's definitely functional, but I'll try another card I have lying around as well. The phone also works regularly w/ Apple Pay, so I'm guessing the NFC hardware is okay.

@chrisballinger
Copy link
Author

Tried again on a different Clipper card and on new hardware (iPhone 11 Pro Max). Perhaps something else changed in CoreNFC / iOS 13 SDK since the beta?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants