Releases
Last Updated - Platform 22.0 - SDK 17.0April 2021 - JS Bridge Forms Communication
Available from Platform
v19.0
(release notes).
This release adds support for the latest JS bridge using forms and cookie communication. Using forms communication removes the need for custom Apple Pay allowing us to easily support native web Apple Pay implementations out of the box.
Migrate to Forms
- Update your website code following the migration guide.
- Replace
CheckoutBridgeConfiguration(...)
with.forForms()
. - Replace
.webCheckoutBridge
with.webCheckoutForms
. - Replace
PoqWebViewBridgeNavigationDelegate
withPoqWebViewFormsNav...
. - Ensure that all customisations are moved to the forms components.