4

我正在尝试使用NFCVASReaderSessioniPhone XR 在 iOS 13 beta 上使用新的 API。

NFCVASReaderSession.readingAvailable返回 false,但是当我调用session.begin()它时会启动扫描 UI。

几个问题:这个工作是否需要额外的权利?或者这些应该有效吗?.

我启用了 NFC 的 Apple Wallet VAS 通行证,并已将其配置NFCVASReaderSession为目标正确passTypeIdentifier但无济于事。这是否应该与启用 NFC 的 Apple Wallet 通行证一起使用,或者有人对它的用途有任何理论吗?

let config = NFCVASCommandConfiguration(vasMode: .normal, passTypeIdentifier: passTypeIdentifier, url: nil)
session = NFCVASReaderSession(vasCommandConfigurations: [config], delegate: self, queue: nil)
session?.alertMessage = "Hold your iPhone near the VAS pass."
session?.begin()
4

0 回答 0