How to read out several AIDs with NFC tag ISO7816 like polling (Felica)

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.

I was too trapped in the initialSelectedAID. I realized that I should have switched services with SELECT FILE instead of reconnecting. This was a lack of understanding of NFC.that's all.

How to read out several AIDs with NFC tag ISO7816 like polling (Felica)
 
 
Q