- Bug fix: In certain conditions, after connecting to a reader that had previously been connected to a different device, operations would erroneously fail with an error indicating an API key had expired.
- Updated the Bluetooth proximity discovery method error reported when Bluetooth permission is unauthorized from generic BluetoothError to the more specific BluetoothAccessDenied.
- Updated internal dependencies.
- Beta: Incremental or extended authorization can be requested with
CardPresentParameters
and
PaymentMethodOptionsParameters
objects. See extended authorizations and incremental authorizations