简体   繁体   中英

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

On iOS devices, some contactless Credit/ Debit cards cannot be read. However, Android devices can read all cards. 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. On an iOS device, ready to scan window pop up but cannot read some cards…

The iOS NFC documentation says:-

Core NFC doesn't support payment-related Application IDs.

Apple don't want you to read contactless Credit/ Debit cards, they reserve that capability to themselves.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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