You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add MPRokt.handleURLCallback: for forwarding Afterpay/PayPal redirect URLs to the registered Rokt payment extension. Call from application:openURL:options: (AppDelegate) or scene:openURLContexts: / .onOpenURL (Scene/SwiftUI).
Changed
Bump minimum RoktContracts to 2.0.0 (adds PaymentMethodType.paypal and totals on PaymentPreparation).
Kits
Rokt
Changed
Bump minimum Rokt-Widget to 5.1.0 (adds Afterpay payment support).
Bump minimum RoktContracts to 2.0.0.
Added
Pass through handleURLCallback: to Rokt.handleURLCallback(with:) on the Rokt SDK.