I have a NFC-B card and it has several application identifiers.
I am trying to get two AIDs using an iphone. However, I only knew how to get one AID (item0 of info.plist).
I was able to get AIDs one at a time, however, I did not know how to get several AIDs at once. Would you know how to do that?
According to an official documentation, it says that a system stores added queue. However, I don’t know how to get the queue.
NFCTagReaderSession | Apple Developer Documentation
if I can get the queue , I should be able to solve this problem.