Releases

Last Updated - Platform 22.0 - SDK 17.0

April 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

  1. Update your website code following the migration guide.
  2. Replace CheckoutBridgeConfiguration(...) with .forForms().
  3. Replace .webCheckoutBridge with .webCheckoutForms.
  4. Replace PoqWebViewBridgeNavigationDelegate with PoqWebViewFormsNav....
  5. Ensure that all customisations are moved to the forms components.