- User can authorize external session by scanning QR-Code. To use
Authorize session by scanning QR code
, please update downstream sdk.
iOS: v2.4.1
Android: v2.4.1 - User can pass QR-Code payload to perform QR-Code actions without opening Scanner in OstWalletUI.
This functionality is available for
scanQRCodeToAuthorizeSession
,scanQRCodeToExecuteTransaction
,scanQRCodeToAuthorizeDevice
,
- OstRedemption UI component is now available in SDK. To use
OstRedemption
, please update downstream sdk.
iOS:v2.4.0
Android:v2.4.0
getRedeemableSkus
andgetRedeemableSkuDetails
apis added inOstJsonApi
.
- ReadMe updates
- Removed unused imports
- Peer dependency fixes
- OstWalletSettings UI component is now available in SDK. To use
OstWalletSettings
, please update downstream sdk.
iOS:v2.3.6
Android:v2.3.8
- OstWalletSettings UI component is now available in SDK. To use
OstWalletSettings
, please update downstream sdk.
iOS:v2.3.6-beta-1
Android:v2.3.8-beta.1
- In Android inaccurate error is thrown when application runs out of memory during recover device workflow.
Downstream Android Sdk updated tov2.3.7
- OstWalletSdk supports custom loader for OstWalletUI. To use custom loader, please update downstream sdk.
iOS:v2.3.5
Android:v2.3.6
- Downstream iOS Sdk updated to
v2.3.4
- Removed jitpack.io dependency.
- Downstream iOS Sdk updated to
v2.3.3
- Downstream Android Sdk updated to
v2.3.5
- Downstream Android Sdk updated to
v2.3.4
- Downstream Android Sdk updated to
v2.3.2
- OstWalletUIWorkflowCallback signature updated.
- Fixed a bug, where
ostApiError.getApiError
always returned an empty object.
- OstWalletUI now supports
- get add device QR-Code
- scan QR-Code to authorize device
- scan QR-Code to execute transaction
- authorize current device with mnemonics
- Api provided to fetch current device from OstPlatform.
- Now supports getting active sessions from Sdk.
- OstWalletSdk now contains UI.
- UI components can be modified.
- Languages for UI workflow components can be modified.
- OstWalletUI now supports
- activate user
- create session
- get device mnemonics
- revoke device
- reset pin
- initiate device recovery
- abort device recovery
- update biometric preference
- iOS: Inconsistent signature generation fix.
- Android: Added support for AndroidX
- iOS: Scanning unrecognized QR codes no longer causes the SDK to crash
- Fix
fetchDevice
cache issue forinitiateDeviceRecovery
- Add
No Network Access
error to OstApiError
- Implemented public-key pinning for api.ost.com
- Added Multi Currency Feature which allows developers to specify fiat-currency at runtime while executing a transaction.
- Added OstJsonApi that allows developers to fetch data from Ost Platform. Please see README.MD for supported Api(s).