stripe / stripe-terminal-ios

Stripe Terminal iOS SDK
https://stripe.com/docs/terminal/sdk/ios
Other
104 stars 65 forks source link

Is the property batteryLevel ever supplied for a reader when it is discovered? #265

Closed mikado2005 closed 1 year ago

mikado2005 commented 1 year ago

Summary

I never receive any value except nil for batteryLevel in Reader objects passed to terminal(_ terminal: Terminal, didUpdateDiscoveredReaders readers: [Reader]). I have three models of readers (Chipper, M2, WisePad). Is this no longer a feature?

Code to reproduce

iOS version

Installation method

SDK version

Other information

bric-stripe commented 1 year ago

only the BluetoothProximity discovery method provides battery pre-connect. During a Bluetooth scan we don't have that data available to the SDK yet.