Smartcard Reader

2.1.3 for iPhone
Free
0

0 Ratings

Update Date

2021-08-10

Size

3.9 MB

Screenshots for iPhone

iPhone
Smartcard Reader Description
The new App named iReader App which supports all Feitian mobile readers on iOS, here is a list:
iR301, bR301, bR301BLE, bR500
https://www.ftsafe.com/Products/reader

iReader App support to communication with this reader with your card, contactless and contact card.
also, it takes private functions for readers, like get the serial number, reader ID, Bluetooth ID, reader name, model name, manufacturer and so on.

The iReader App is a reference App, which shows you how to use our API through reader do communication with your card and get your data from the card. based on this reference App, you can be based on our code to write your own App, for example, you can integrate card reader with your solution, to do payment, authentication, identification, and private network access.

Technical reminder:
iR301 and bR301 reader using the same SDK under iOS, since they are both accordances with iAP1 and iAP2 protocol which made by Apple, both using the External Accessory Framework. So you will need to add below protocol string into your App.
External Accessory Protocol:
- com.ftsafe.iR301
- com.ftsafe.bR301

bR301BLE and bR500 using Bluetooth Smart technology, apply Bluetooth 4.0 interface as a communication channel to connect with Phones.

You can find the source code from Github, link below:
https://github.com/FeitianSmartcardReader/FEITIAN_MOBILE_READERS

Other comments:
1. The iReader App only support one reader
2. Auto Pair only work for bR301BLE and bR500, since these device using Bluetooth Smart technology
3. To export the App log, please using iTunes export the log, the log will help us to check your issues with your reader and cards.
Smartcard Reader 2.1.3 Update
2021-08-10
Support new reader
More Information
Price:
Free
Version:
2.1.3
Size:
3.9 MB
Genre:
Business
Update Date:
2021-08-10
Language:
English

Safe to Download

AppPure.com and the download link of this app are 100% safe. The download link of this app will be redirected to the official App Store site, thus the app is original and has not been modified in any way.

Got it
X
Share

Share this page with your friends if you find it useful

Facebook Linkedin Pinterest Tumblr Twitter Whatsapp Line
2.1.3 2021-08-10
Support new reader
2.0.9 2021-01-06
1. Improve the log contents 2. Bug fixed when call read UID function with bR301 reader
2.0.8 2020-10-10
Solved the compatible crash issue with iOS 14
2.0.7 2020-09-30
Solved the compatible issue with iOS 14
2.0.5 2020-07-01
Supprot background running mode
2.0.3 2019-04-18
Update switch button means in App. Switch on means disable power saving mode, the reader won't turn off automatically
2.0.2 2019-04-15
App upgrade to 2.3.0, here is the changelog:
1. Improve App stability
2. Modify API to get reader model name, reader name and Bluetooth ID command
3. To build the demo source code, need to add -all_load/-ObjC
4. Support OEM reader display
5. Add log export function, allow the user to record communication log and export by mail, help us locate the issue.

Lib upgrade to 3.5.45, improve below issues:
1. Improve bR301 card slot event
2. Improve compatible with latest iOS 12.2
3. Modify the API which to get reader model name
4. Solved error when calculating the time of card timeout
5. Modify the lib, after call SCardReleaseContext, and call SCardReconnect/SCardConnect, return SCARD_E_READER_UNAVAILABLE
6. Improve API to disable power saving mode, the BLE reader after 3mins will turn off automatically to saving battery, the user can disable this feature
2.0.1 2012-05-16
SDK library update to 3.5.40: Improve debug log in low-level SDK. App update to 2.0.1: 1. Using CoreBluetooth API to scan the BLE readers and through the UUID rules to do filter 2. Using a thread to check the Bluetooth broadcast information each 1s, to make the BLE reader list up to date 3. Output the log into demo App, the user can connect their iOS device into a computer, through iTunes to export the log, this improve help us to locate the issues