简体   繁体   English

Flutter NFC-Manager:大多数信用卡/借记卡无法在 iOS 上读取

[英]Flutter NFC-Manager: Most of credit/ debit card cannot be read on iOS

On iOS devices, some contactless Credit/ Debit cards cannot be read.在 iOS 设备上,无法读取某些非接触式信用卡/借记卡。 However, Android devices can read all cards.但是,Android设备可以读取所有卡。 Any help will be appreciated:)任何帮助将不胜感激:)

NfcManager.instance.startSession(
  onDiscover:(NfcTaf tag) async {
    // Go to next page
   NfcManager.instance.stopSession
  }
)

I use Flutter NFC Manager to implement the Tag reading feature.我使用 Flutter NFC Manager 来实现标签读取功能。 On an iOS device, ready to scan window pop up but cannot read some cards…在iOS设备上,弹出准备扫描window但无法读取某些卡...

The iOS NFC documentation says:- iOS NFC文档说:-

Core NFC doesn't support payment-related Application IDs.核心 NFC 不支持与支付相关的应用程序 ID。

Apple don't want you to read contactless Credit/ Debit cards, they reserve that capability to themselves. Apple 不希望您阅读非接触式信用卡/借记卡,他们将这种能力保留给自己。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM