paypal-here-sdk-ios-distribution
paypal-here-sdk-ios-distribution copied to clipboard
Re-connect to Bluetooth Card reader
Coming across the issue where I am trying to reconnect to bluetooth device.
Scenario as follows ->
- Start the app and successfully connecting to PayPalReader (PPR)
- Disabling bluetooth and getting into routine to reconnect
- Enabling Bluetooth and app successfully reconnects to PPR by using ScanAndAutoConnectToBluetoothReader
- Disabling bluetooth and getting into routine to reconnect
- Enabling Bluetooth
- Getting PayPalInterface.OnConnectionComplete error: DEVICE_UNAVAILABLE
from this point I cannot reconnect to reader whatever I do: SearchAndConnect, ConnectToLastActiveReader, SearchAndConnect
when doing SearchAndConnect I am getting list of available devices including PPR, but when select for connecting getting an error - "Sorry, we could't find any available card readers"
Any advice on that?