【发布时间】:2021-10-21 08:52:09
【问题描述】:
我使用 Flutter nfc_manager 只是为了在 android 的 NFC 标签上编写 URL,它运行良好。但在 IOS 上,它没有在标签上写任何东西,也没有显示任何错误。
在他们的 IOS 设置文档中,他们说要这样做
Add Near Field Communication Tag Reader Session Formats Entitlements to your entitlements.
Add NFCReaderUsageDescription to your Info.plist.
Add com.apple.developer.nfc.readersession.felica.systemcodes and com.apple.developer.nfc.readersession.iso7816.select-identifiers to your Info.plist as needed.
我只完成了第一步和第二步。似乎第三步仅用于读取我不想在我的应用程序中使用的标签。我需要添加这第三步另外如何添加这个我正在使用协议的NFC标签:ISO14443A
【问题讨论】: