R
R
redcircle2019-04-18 23:05:39
iOS
redcircle, 2019-04-18 23:05:39

How to start scanning with NFCISO15693ReaderSession?

After creating and starting the NFCISO15693ReaderSession, the delegate immediately receives the following error:

Error Domain=NFCError Code=2 "Required entitlement is missing" UserInfo={NSLocalizedDescription=Required entitlement is missing}

But what kind of entitlement needs to be added is not clear.
Launch code:
session = NFCISO15693ReaderSession(delegate: self, queue: DispatchQueue.global(qos: .userInteractive))
session?.begin()

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question