NFC Wallet SDK (Android) 6.14.0
Supported platforms and architectures
Android 8.1 or later
Architectures:
arm64-v8a,armeabi-v7a,x86_64, andx86
✨ New Features
Add support for wallet transaction data for PURE.
Support yellow flow for Visa/PURE co-badged cards.
🐛 Bug Fixes
Fix a crash that occurred while decoding the activation code.
Fix Visa ODA GPO values, including AIP and AFL, to load from the profile as defined in Visa specification 1.8.4 instead of from hardcoded native values.
Fix a
NullPointerExceptioninEnrollingServiceListener.onError().Fix a
NullPointerExceptionduringprocessIncomingMessage()when context is null.Fix handling of default
walletTransactionDatawhenwalletTransactionDatais passed in ephemeral mode.Fix memory leaks in SDK listeners.
Fix
getAllCards()to skip corrupted cards.Fix extra card polling when card enrollment fails in yellow flow.
Fix removal of missing card data when a co-badge card is deleted.
🔧 Improvements
Add new API
LogServiceto manage logs.Update API to manage wallet transaction data.
⚠️ Deprecations & Breaking Changes
Secure logger API is deprecated. Use the
LogServiceAPI to manage logsAPI to manage wallet transaction data has been updated. The following operations are now deprecated:
DigitalizedCard.setWalletTransactionData(WalletTransactionData)DigitalizedCard.getWalletTransactionData()PaymentBusinessService.setWalletTransactionData(WalletTransactionData)
Last updated
Was this helpful?