FeitianSmartcardReader / FEITIAN_MOBILE_READERS

This is first Combo SDK, support bR301,iR301,bR301BLE,bR500
http://www.pcscreader.com/docs/getting_started.html
25 stars 13 forks source link

Bluetooth not detecting or Working #23

Closed MJ-BH closed 3 years ago

MJ-BH commented 3 years ago

I Have Issues using the new SDK with Android 10 and 11 , the Blutoth BLE4 note working , not detecting anything , and not throwing any Erorr And ome thing for the Apk Demo or the App in the play Store .

FeitianSmartcardReader commented 3 years ago

Install App on iOS: https://itunes.apple.com/us/app/smartcard-reader/id525954151?mt=8

Install App on Android: PCSCLite: https://play.google.com/store/apps/details?id=com.ftsafe.pcscdemo&hl=en&gl=US Private API: https://play.google.com/store/apps/details?id=com.ftsafe.cardreader&hl=en&gl=US

FeitianSmartcardReader commented 3 years ago

You can download app from google play store, thanks

MJ-BH commented 3 years ago

I find that we Have to Add this Permessions : "<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION"/>" "" " <uses-feature android:name="android.hardware.bluetooth_le" android:required="true"/> in the Android Manifest and w should be always allow when we Allow the Permession .