Android Push Provisioning v2.2.0
· One min read
Release adding support for Unified Push ProvisioningPush ProvisioningA method that allows cardholders to add their card to a digital wallet (such as Apple Pay or Google Pay) directly from your app. The card details are securely tokenized and sent to the wallet provider, streamlining the process and enhancing the user experience compared to manual provisioning. This feature is currently in beta., plus initialization behavior fixes, and improved cancellation handling.
Added
- Added support for Unified Push ProvisioningPush ProvisioningA method that allows cardholders to add their card to a digital wallet (such as Apple Pay or Google Pay) directly from your app. The card details are securely tokenized and sent to the wallet provider, streamlining the process and enhancing the user experience compared to manual provisioning. This feature is currently in beta. for Google Pay.
Changed
initializeWeavrSDK()now throws if it's called again while initialization is already in progress.
Fixed
- Fixed a case where coroutine cancellation could be swallowed instead of propagated.