D1 SDK v4.4.0
Last updated
Was this helpful?
Android 8.1.0 or later
Architectures: armeabi-v7a, arm64-v8a, x86, x86_64
Add client binding to establish a verifiable link between the issuer application on an end user's device and D1 backend.
Add new APIs: D1Task.getBindingHash.
Add new APIs for Kotlin coroutine-based integrations:
Add new classes: PushProvisioningService and SecureCardDisplayService .
Deprecate D1PushWallet.getCardDigitizationState, D1PushWallet.addDigitalCardToOEM, D1Task.getTokenRequestorList, and D1Task.addDigitalCardToScheme in favor of PushProvisioningService
Deprecate D1Task.getCardMetadata, D1Task.getCardDetails, and D1Task.displayCardDetails in favor of SecureCardDisplayService
Add new APIs to retrieve card digitization state with last4 on PushProvisioningService.getCardDigitizationState(OEMPayType oemType, String last4).
Strengthen D1 SDK security.
Exclude Samsung Pay SDK from the SDK binary. Integrate Samsung Pay SDK manually in the issuer application.
iOS 16 or later
Architectures: arm64, x86_64
Add client binding to establish a verifiable link between the issuer application on an end user's device and D1 backend.
Add new APIs: D1Task.bindingHash and D1IssuerProvisioningExtensionAuthorizationProviding.bindingHash
Introduces new APIs for Swift concurrency-based integrations
Add new classes: PushProvisioningService and SecureCardDisplayService .
Deprecate D1Task.cardDigitizationState, D1Task.addDigitalCardToOEM, D1Task.tokenRequestorList, and D1Task.addDigitalCardToScheme in favor of PushProvisioningService
Deprecate D1Task.cardMetadata, D1Task.cardDetails, and D1Task.displayCardDetails in favor of SecureCardDisplayService
Introduces new APIs to retrieve card digitization state with last4 on PushProvisioningService.cardDigitizationState(withLast4 last4: String)
Strengthen D1 SDK security.
When multiple iOS applications enable keychain sharing within the same group, only one application functions correctly. The remaining applications may experience issues when using either 3DS features or Messaging Service.
Last updated
Was this helpful?
Was this helpful?